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

fix ExpectedBucketOwner argument mapping in head_object request durin… #233

Conversation

pierre-muller
Copy link

@pierre-muller pierre-muller commented Feb 24, 2022

This PR fixes an issue during copy operation on head_object: the ExpectedBucketOwner is mapped onto itself, when ExpectedSourceBucketOwner should be used instead.
A complete fix would be to add support of ExpectedSourceBucketOwner, but this PR will solve issue #232 in the meantime.

closes #232

@pierre-muller
Copy link
Author

This PR can be closed in favor of PR #234 which provides a more complete fix of the issue, by adding support for the ExpectedSourceBucketOwner argument.

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.

TransferManager.copy uses ExpectedBucketOwner in head_object request on source object
1 participant