-
Notifications
You must be signed in to change notification settings - Fork 892
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
Get Request Precondition Support #2241
Comments
How do you model stores that don't support these checks? Do they just return "unsupported" errors? |
All stores support these for get requests. |
I think this crate also provides some extendable interface, i.e. users can implement their own stores and use for example |
Yeah, I would expect such stores to return |
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
There are 4 broadly supported request preconditions:
https://cloud.google.com/storage/docs/request-preconditions
https://docs.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations
https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html#API_GetObject_RequestSyntax
Describe the solution you'd like
I would like to propose adding
Describe alternatives you've considered
We could not add support for this
Additional context
#2230
#2240
The text was updated successfully, but these errors were encountered: