Get object with special character in the name
Hi all,
In this client, we have an object storage to save the attachments to be migrated from EBS to Cloud. In this attachment object name, we can have some special characters, per example "$" and "#". When we try to download the object from the bucket using the REST API, an 401 error happens. This happens only when try download files with the special characters, so is not an authentication issue.
This requests works
But this not
Anyone know how to handle this special character in the REST API? I try to encode this and not works.
Thanks,
Tagged:
0