azure_storage_blob: No way to access response status code? #2183
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Hi, when using e.g.
PutBlockBlobBuilder
it seemsPutBlockBlobResponse
does not include the response status code. This means for example that when using https://learn.microsoft.com/en-us/rest/api/storageservices/specifying-conditional-headers-for-blob-service-operations there is no way to tell whether a blob has been written or not, as this is communicated with a 200 vs 304 status.The root cause seems to be that part of the response data is simply discarded when constructing
PutBlockBlobResponse
. It also seems other operations have the same issue.The text was updated successfully, but these errors were encountered: