Specify VersionId when possible on multipart downloads#254
Specify VersionId when possible on multipart downloads#254mspdt22 wants to merge 1 commit intoboto:developfrom
Conversation
|
How is this different than using One useful feature is grabbing the version id at the beginning (if available) and using that version id throughout the multipart download. |
|
Thank you for taking a look!
To clarify, are you proposing that the
Yes, agreed. This PR is adding the feature. |
FYI, I do not have any permissions to do any sort of approval on this repo.
Looking at the code the real bug is that extra_args are not passed along in MultipartDownload. If that is fixed, then
Looking at the documentation for VersionId this would be a breaking change because |
This addresses #86 for versioned buckets