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
Don't forget to make sure source/Employee #7/2022-06-27/2022-06-27T11-59-23.000.json.gz is present at the storage account's container
Actual result
S3Error: S3 operation failed; code: ServiceUnavailable, message: The request has failed due to a temporary failure of the server., resource: , request_id: 54243235084aad546a07, host_id: None
Expected result
Copy to be successful
Additional information
Cloudserver running as a docker container
Copy successfully working for blobs not having or # characters in it's name with the above code.
Also tried source/Employee\x20\x237/2022-06-27/2022-06-27T11-59-23.000.json.gz but unsuccessful
s3cmd ls s3://test-region/ works as expected
The text was updated successfully, but these errors were encountered:
Description
copyObject on Azure Blob failing when blob contains special character (
- whitespace,
#
- hashtag)Cloudserver version
8.4.7
Backend configured
Azure storage account
Client application
minio python client
Steps to reproduce the issue
Don't forget to make sure
source/Employee #7/2022-06-27/2022-06-27T11-59-23.000.json.gz
is present at the storage account's containerActual result
Expected result
Copy to be successful
Additional information
#
characters in it's name with the above code.source/Employee\x20\x237/2022-06-27/2022-06-27T11-59-23.000.json.gz
but unsuccessfuls3cmd ls s3://test-region/
works as expectedThe text was updated successfully, but these errors were encountered: