You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 24, 2020. It is now read-only.
DELETE is allowed for entire bags, what about individual tag files, data files, manifest files?
My first reaction: either no (for simplicity) or simply leave it up to
the server implementation, since you'd need the ability to do things
like update manifests as well. Simply returning a 403 for individual
deletes seems like a defensible policy for people who don't want to
allow it.
I like he idea of allowing deletes, but also permitting a server to return a 403 if delete is not supported. On a related note, should we provide some type of service to ask if delete is allowed?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
DELETE is allowed for entire bags, what about individual tag files, data files, manifest files?
The text was updated successfully, but these errors were encountered: