-
Notifications
You must be signed in to change notification settings - Fork 4.3k
[v2] S3 high level checksums #8933
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
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
4291c82
Progress towards Motorcade high-level S3 commands support.
aemous 39ba573
Revert experimental change.
aemous 6a339ef
Implement validation for checksum-algorithm and checksum-mode.
aemous dfc8efd
Remove debugging infrastructure.
aemous 9b48f5c
Implement unit tests for checksum parameter validation and S3Transfer…
aemous 212c82f
Create skeletons for functional tests for flexible checksums implemen…
aemous eb6b771
Implement functional tests for flexible checksums support for high-le…
aemous 730a4f3
Cleanup documentation and comments.
aemous a321446
Remove newline.
aemous 2457b67
Generate new change entry.
aemous 3c71f94
Commit s3 high-level checksums support for copy.
aemous 9879de8
Update test function and class names. Enable checksum-algorithm flag …
aemous 4ebe30a
Swap format operation in favor of formatted string syntax.
aemous c23f797
Fix failing CI tests and bugfix.
aemous 35ccf56
Delete merged file.
aemous b2bc1ae
Iterate on feedback
aemous a821f70
Update tests in respond to feedback.
aemous 1fed639
Update functional tests based on feedback.
aemous 3a7dda6
Update tests based on feedback.
aemous 08b65be
Made updates according to feedback.
aemous 1c67e94
Updates
aemous 320e75e
Update test to avoid race condition.
aemous File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"type": "feature", | ||
"category": "s3", | ||
"description": "Adds ``--checksum-mode`` and ``--checksum-algorithm`` parameters to high-level ``s3`` commands." | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.