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 checksum check on skipped parts during resume #240

Merged
merged 14 commits into from
Dec 8, 2022

Conversation

DmitriyMusatkin
Copy link
Contributor

Issue #, if available:

Description of changes:
fix how checksums were compared for skipped parts.
checksums are returned from s3 base64 encoded, however they were compared with raw checksum causing the mismatches.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@5b9f006). Click here to learn what that means.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #240   +/-   ##
=======================================
  Coverage        ?   84.46%           
=======================================
  Files           ?       17           
  Lines           ?     4384           
  Branches        ?        0           
=======================================
  Hits            ?     3703           
  Misses          ?      681           
  Partials        ?        0           

include/aws/s3/private/s3_auto_ranged_put.h Outdated Show resolved Hide resolved
@DmitriyMusatkin DmitriyMusatkin merged commit 374191a into main Dec 8, 2022
@DmitriyMusatkin DmitriyMusatkin deleted the pause_logging branch December 8, 2022 16:01
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.

3 participants