Don't use VersionId from HeadObject for multipart copies#407
Open
hssyoo wants to merge 1 commit into
Open
Conversation
SamRemis
approved these changes
Jul 9, 2026
Alan4506
pushed a commit
that referenced
this pull request
Jul 10, 2026
* release-0.19.1: Bumping version to 0.19.1 Don't use VersionId from HeadObject for multipart copies (#407) Bump https://github.com/astral-sh/ruff-pre-commit (#404) Bump actions/setup-python in the github-actions group (#405) Update CODEOWNERS to shared Python SDK and CLI team Add CODEOWNERS file for team review enforcement (#402) Bump actions/checkout from 6.0.2 to 7.0.0 in the github-actions group (#400) Bump https://github.com/astral-sh/ruff-pre-commit (#399) Bump codecov/codecov-action in the github-actions group (#398) Bump https://github.com/astral-sh/ruff-pre-commit (#397) Run linter over updated code
adev-code
pushed a commit
to adev-code/s3transfer
that referenced
this pull request
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Only pin VersionId for multipart copies if explicitly provided by caller. This prevents permission issues for identities that lack
s3:GetObjectVersion.