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
Are there similar headers for other blobstore providers? I'm good with a PR, especially if you can include the links to multiple providers using this (which I think they do)
It is common to use conditional headers in blob store API calls to achieve transactional consistency. Operations fail if the condition is not met.
Common ones:
If-Modified-Since
If-Unmodified-Since
If-Match
If-None-Match
For example, see Azure Blob Storage docs.
GET
requests would return anEtag
value that could be used asIf-Match
condition.Any objections to a PR?
The text was updated successfully, but these errors were encountered: