ItalyPaleAle opened this issue
Feb 23, 2022
· 3 comments
Assignees
Labels
bugThis issue requires a change to an existing behavior in the product in order to be resolved.ClientThis issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)
zezha-msft
added
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
and removed
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
labels
Feb 23, 2022
bugThis issue requires a change to an existing behavior in the product in order to be resolved.ClientThis issue points to a problem in the data-plane of the library.StorageStorage Service (Queues, Blobs, Files)
4 participants
You can’t perform that action at this time.
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.
Bug Report
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.3.0
go version
: go version go1.17.5 linux/arm64(This is a spin-off from #17131 which identified the error as something different than I originally thought)
You can repro with the code below (fill the constants at the top):
Expected result:
ifNoneMatch
condition set to"*"
uploadToAzure
should return an error, and the status code shown from the second method should not be 2xxActual result:
uploadToAzure
never returns an error, and status code is always 2xxCC: @zezha-msft
The text was updated successfully, but these errors were encountered: