-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1083: Region-to-region multipart copying
There was a subtle bug when doing to multipart copying between regions due to ObjectMultipartCopier always atempting to fetch the size of the source object from the target region (via the target client), instead of querying the source region (via the source client.) The solution is to ensure that, when doing region-to-region copying, the source client is explicitly supplied to the ObjectMultipartCopier so that the the correct region is queried for the content_length of the source object.
- Loading branch information
1 parent
fc4bbce
commit 05a59f9
Showing
3 changed files
with
43 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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