FileName with unicode charcter CPP AWS SDK #2144
Labels
bug
This issue is a bug.
p2
This is a standard priority issue
pending-release
This issue will be fixed by an approved PR that hasn't been released yet.
I have a requirement where I download the file from S3 bucket to client with a filename which consists of unicode character.
Example:
transfer_manager->DownloadFile(bucket_name, object_name, fileName)
, where filename is
filePath/–test--aws––store__–Status%28th–Aug_2022–.txt
. After successful execution of DownloadFile the unicode character in filename gets replaced with ?(question mark) and it's saved as�test--aws��store__�Status%28th�Aug_2022�
. I am using windows as a client. Using sdk https://github.com/aws/aws-sdk-cpp. Please let me know if I am missing something.The text was updated successfully, but these errors were encountered: