aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
235 stars 100 forks source link

S3 Upload use an endpoint #518

Open leonroman opened 1 year ago

leonroman commented 1 year ago

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?