-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement Bulk Object Deletion Database Queries #515
Labels
Comments
Change satellite/metabase: rename DeleteBucketObjects to DeleteAllBucketObjects mentions this issue. |
Change satellite/metabase: add method for deleting certain objects from bucket mentions this issue. |
storjBuildBot
pushed a commit
to storj/storj
that referenced
this issue
Oct 11, 2024
This change renames the metainfo DB method responsible for deleting all objects in a bucket. The updated name clarifies the method's purpose, and the original name will be used for a method that only deletes specific objects from a bucket. References storj/edge#515 Change-Id: I4d83700a2fb4dec784b884a05c87019a0aadf116
Change satellite/metabase: allow DeleteBucketObjects to insert delete markers mentions this issue. |
Change satellite/metabase: add suspended versioning support to DeleteBucketObjects mentions this issue. |
storjBuildBot
pushed a commit
to storj/storj
that referenced
this issue
Dec 10, 2024
This change introduces a metainfo database method that deletes multiple objects from a bucket at once. This is planned to be used as part of the satellite's DeleteObjects operation. References storj/edge#515 Change-Id: Ifdb509592a28d278e2cd920cb16e0e9b303c7812
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal:
Allow multiple objects to be able to delete multiple items from a bucket via satellite db methods
AC:
The implementation should follow what's laid out in the design doc (storj/design-docs#17)
The text was updated successfully, but these errors were encountered: