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
Blob names must be URL-encoded in order to access the blob service.
Note that this bug is likely not limited to just BlobClient::url, but that is the specific case I'm running into.
Blob names must be URL-encoded in order to access the blob service.
Note that this bug is likely not limited to just
BlobClient::url
, but that is the specific case I'm running into.azure-sdk-for-rust/sdk/storage_blobs/src/clients/blob_client.rs
Lines 300 to 307 in c0d938c
Reference: https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#resource-names
The text was updated successfully, but these errors were encountered: