HDDS-13474. Support abort incomplete multipart upload action#10052
Merged
ivandika3 merged 21 commits intoapache:HDDS-8342from May 2, 2026
Merged
Conversation
ivandika3
reviewed
Apr 9, 2026
fc87aa5 to
0820358
Compare
0820358 to
f3ad94c
Compare
Contributor
Author
|
Hi @ivandika3, |
ivandika3
reviewed
Apr 26, 2026
ivandika3
reviewed
Apr 26, 2026
dd102e9 to
e5e5210
Compare
Contributor
Author
|
HI @ivandika3, appreciate the review, i've add some e2e tests and cover mpu! |
ivandika3
reviewed
Apr 30, 2026
Contributor
Author
|
Hi @ivandika3, i've fix the filter logic and migrate the e2e tests, please help me review again, thanks! |
Contributor
Author
|
Latest CI Action (https://github.com/YutaLin/ozone/actions/runs/25202489132) |
…port_AbortIncompleteMultipartUpload_Action
Contributor
Author
|
HI @ivandika3, i saw the CI is fail due to method retry in testlib.sh, so i merge latest HDDS-8342. Can you help me trigger CI again, thanks! |
Contributor
|
Thanks @YutaLin for the patch. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
Support AbortIncompleteMultipartUpload action
Please describe your PR in detail:
configure a lifecycle rule by using the AbortIncompleteMultipartUpload action to minimize storage costs.
What is the link to the Apache JIRA
https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpu-abort-incomplete-mpu-lifecycle-config.html
How was this patch tested?
Add unit tests and xml tests
CI Action (https://github.com/YutaLin/ozone/actions/runs/24017470716)