We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: