Is there an equivalent to the "If-Match" (Azure) or "x-goog-if-generation-match" (Google Storage) equivalent for PUT requests sent to Amazon S3 blob storage?
Both these headers do the same thing - they allow you to specify that a PUT request to overwrite an object should only succeed if you are overwriting a specific previous version of the object. Details:
https://cloud.google.com/storage/docs/xml-api/reference-headers#xgoogifgenerationmatch
Thanks!