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(store): batch object deletes in fileSyncDeletedWithObjectStorage #2265

Merged
merged 1 commit into from
Dec 17, 2022

Conversation

dirkdev98
Copy link
Member

S3 supports deleting up to 1000 objects in a single request, we batch the to be deleted items in multiple requests when necessary and fire these requests in parallel.

S3 supports deleting up to 1000 objects in a single request, we batch the to be deleted items in multiple requests when necessary and fire these requests in parallel.
@dirkdev98 dirkdev98 enabled auto-merge (squash) December 17, 2022 11:05
@codecov
Copy link

codecov bot commented Dec 17, 2022

Codecov Report

Merging #2265 (647f2ad) into main (959a78a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2265   +/-   ##
=======================================
  Coverage   79.15%   79.15%           
=======================================
  Files         240      240           
  Lines       36778    36788   +10     
=======================================
+ Hits        29110    29120   +10     
  Misses       7668     7668           

@dirkdev98 dirkdev98 merged commit 0862efa into main Dec 17, 2022
@dirkdev98 dirkdev98 deleted the store/batch-delete-object-storage branch December 17, 2022 11:14
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.

1 participant