aws / aws/aws-toolkit-azure-devops
S3 Upload use an endpoint
- Dominant language
- TypeScript
- Stars
- 258
- Forks
- 114
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
After AWS infrastructure modification, S3Upload@1 tasks on Azure DevOps stopped to work for us.
We discovered a simple workaround, is to use S3 endpoint.
The CLI support S3 endpoint:
`aws s3 cp ./local_file s3://bucket_name/destination_folder --endpoint-url https://bucket-endpoint.eu-central-1.amazonaws.com`
It is possible to transmit into S3Upload@1 task also the S3 endpoint, without switching S3 tasks to cli tasks?
Contributor guide
Research direction
Start by locating the S3Upload@1 task entry point and how it constructs the upload command or client configuration. Compare its options with the documented --endpoint-url behavior; done means the task accepts an S3 endpoint and uploads successfully without switching to a CLI task.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, azure, typescript
- Domain
- cloud, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100