-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.
Milestone
Description
UPDATED 1/26/14 by @dhermes
After discussion with @jgeewax the approach will be
- Cap at 512 object deletes (or similar number) and cowardly refuse if more objects exist
- Don't try to deal with retries or 409s, just raise the error and give info
- RE: eventual consistency, just ignore (maybe log?) 404s for object deletes
...If you provide this functionality, it must be made extremely clear that this is a
non-atomic operation that is not expected to succeed if there are concurrent writers to
the bucket. The danger here is providing the illusion of atomicity to the client, especially
because that illusion is likely to work at small scale and then fail cryptically at large scale.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.