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

Handle checksums on copy #242

Merged
merged 7 commits into from
May 3, 2023
Merged

Conversation

rapkyt
Copy link
Contributor

@rapkyt rapkyt commented Jun 7, 2022

S3.Object.copy() fails with multipart and ChecksumAlgorithm as mentioned in #241

This fixes the issue by adding the checksum information to CompleteMultipartUpload

Copy link
Contributor

@nateprewitt nateprewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @rapkyt,

Thanks for the PR! I've left some quick feedback. Overall, I think this is looking good, just a few more changes should get it ready to ship. Please let us know if you have any questions.

s3transfer/copies.py Outdated Show resolved Hide resolved
s3transfer/copies.py Outdated Show resolved Hide resolved
tests/unit/test_copies.py Outdated Show resolved Hide resolved
@rapkyt rapkyt requested a review from nateprewitt June 17, 2022 18:53
@vishalkg
Copy link

vishalkg commented Aug 5, 2022

I am also blocked on this PR. If possible, do we have an ETA for this to be merged?

@rapkyt
Copy link
Contributor Author

rapkyt commented Sep 12, 2022

@nateprewitt I've made the requested changes,

@sat-ch
Copy link

sat-ch commented Oct 20, 2022

do we have an ETA for this merge? and then release?
Thanks.

@bafonso
Copy link

bafonso commented Jan 31, 2023

Hi everyone, any chance we can help get this done? The possibility of using aws' checksums is very welcome for all those doing checksums for data integrity purposes.

@mkieburtzpnnl
Copy link

This not being merged is currently blocking me. What are we waiting on @nateprewitt ?

Copy link

@jonemo jonemo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jonathan343 jonathan343 dismissed nateprewitt’s stale review May 3, 2023 23:36

Requested changes were addressed by the author.

@jonathan343 jonathan343 merged commit 354e976 into boto:develop May 3, 2023
aws-sdk-python-automation added a commit that referenced this pull request May 4, 2023
* release-0.6.1:
  Bumping version to 0.6.1
  Handle checksums on copy (#242)
  Update block public access settings
  Use codecov-action instead of pip installing.
  Fix isort version (#263)
  Bump wheel from 0.37.0 to 0.38.1 (#261)
  Move CI to release 3.11 build (#259)
  Update lockfile to fix atomicwrite (#245)
  Add testing and classifier for Python 3.11 (#243)
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.

8 participants