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 has been archived by the owner on Jan 11, 2023. It is now read-only.
According to Specifying Conditional Headers for Blob Service Operations, the blob's
acquire_lease
method should support the conditional headers.I assembled the following table from that Web page for auditing the PHP and Java blobs; it might be helpful for auditing the Ruby methods too:
For example, I just used it to find that the
delete_blob
is missing:if_modified_since
and:if_unmodified_since
.The text was updated successfully, but these errors were encountered: