async download_blob authenticationerror when equal sign '=' in the url #9783
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Service Attention
Workflow: This issue is responsible by Azure service team.
Storage
Storage Service (Queues, Blobs, Files)
Milestone
Describe the bug
Whenever there is a blob that has a equal sign ('=') in the url the async BlobServiceClient will give me an AuthenticationError. The same file without the equal sign or using non-async BlobServiceClient works fine.
To Reproduce
The following code will give me a an authentication error
AuthenticationErrorDetail:The MAC signature found in the HTTP request '...' is not the same as any computed signature.
Whereas the following two work:
The text was updated successfully, but these errors were encountered: