Skip to content

Conversation

soberm
Copy link
Contributor

@soberm soberm commented Aug 27, 2025

Description of changes

Changes the default tagging directive for S3 copy operations to always use REPLACE, preventing permission errors when copying objects using S3 access grants. More specifically:

• Updated S3 copyObject call to always use TaggingDirective: 'REPLACE'
• Updated all test expectations to match new behavior

Issue #, if available

#14469

Description of how you validated changes

Unit Tests

Checklist

  • PR description included
  • yarn test passes
  • Unit Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)

Checklist for repo maintainers

  • Verify E2E tests for existing workflows are working as expected or add E2E tests for newly added workflows
  • New source file paths included in this PR have been added to CODEOWNERS, if appropriate

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@soberm soberm changed the title feat: add tagging directive option to copy fix(storage): change default tagging directive to replace Sep 4, 2025
@soberm soberm marked this pull request as ready for review September 4, 2025 09:37
@soberm soberm added run-tests run the pr-label workflow and removed run-tests run the pr-label workflow labels Sep 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants