ifMatch
The If-Match
header field makes the request method conditional on ETags. If the ETag value does not match, the operation returns a 412 Precondition Failed
error. If the ETag matches or if the object doesn't exist, the operation will return a 204 Success (No Content) response
.
For more information about conditional requests, see RFC 7232.
This functionality is only supported for directory buckets.