aws / aws-toolkit-azure-devops

AWS Toolkit for Azure DevOps
Other
249 stars 106 forks source link

Second S3Upload@1 pipeline task not updating files in bucket #580

Open Tzep opened 2 weeks ago

Tzep commented 2 weeks ago

Describe the bug

Only the first "S3Upload@1" task in pipeline will update files in bucket. The secondd task will update the file metadata like "Last modified" but not the file content.

To reproduce In the same pipeline run 3 jobs:

  1. a job with an "S3Upload@1" task that will upload a random file to S3;
  2. a job that will run "ManualValidation@0" with a predefined timeout that will allow you to update the content of the file previously updated;
  3. another job that will run again "S3Upload@1" task and should bring the new version of the file to your bucket in S3;

Expected behavior

Second "S3Upload@1" task should update file content.

Your Environment