Skip to content
New issue

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

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

Open
Tzep opened this issue Nov 14, 2024 · 0 comments
Open

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

Tzep opened this issue Nov 14, 2024 · 0 comments

Comments

@Tzep
Copy link

Tzep commented Nov 14, 2024

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

  • On-prem or cloud based?: Cloud
  • Azure DevOps version: Version Dev19.M246.1 (AzureDevOps_M246_20241030.5)
  • AWS Toolkit for Azure DevOps version: 1.17.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants