feature/ZCS-17569:Provisioning Bulk Delete Capability in S3 - #1751
Open
omkar-oak-01 wants to merge 1 commit into
Open
feature/ZCS-17569:Provisioning Bulk Delete Capability in S3#1751omkar-oak-01 wants to merge 1 commit into
omkar-oak-01 wants to merge 1 commit into
Conversation
omkar-oak-01
force-pushed
the
feature/ZCS-17569
branch
2 times, most recently
from
August 19, 2025 15:20
0a31938 to
14de1d9
Compare
omkar-oak-01
requested review from
Gopal-Moolchandani,
RakeshAMore,
ashwinsahu19,
chitranshu198,
dasiyogesh,
mamtadahiwal,
rcyarrapothu,
shrutig0510 and
sonali033
August 26, 2025 11:39
omkar-oak-01
force-pushed
the
feature/ZCS-17569
branch
2 times, most recently
from
September 11, 2025 19:39
4f054b3 to
e954db3
Compare
dasiyogesh
reviewed
Sep 12, 2025
dasiyogesh
reviewed
Sep 12, 2025
omkar-oak-01
force-pushed
the
feature/ZCS-17569
branch
from
September 15, 2025 13:32
0dee2b7 to
4433551
Compare
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.
Issue: ZCS-17569
Fix: Deleting blobs in bulk (1000 blobs at once) using aws sdk api (deleteObjects)
Test Case: Create zimbra account add some data having more than 8k or 10k blobs, configure s3 bucket as primary or secondary storage, move data to it then trigger zmprov da "accountName" command
Results: This will delete the blobs from the bucket in bulk instead of one at a time.