27-09-22 02:26 PM
Greetings,
I am using the last AWS S3 object from DXchange and all the prequisite objects as well are up to date.
I managed to use the main actions such as uploading, downlading and so. However, they only work if the object name has no space or special characters.
According to AWS documentation, this scenario needs a special handling. It makes complete sense to do so as it will be affecting the URL and it has to be encoded.
I am not good with custom codes, but I understood that there is no encoding happening. which leads to the problem I'm facing.
Is there any possibility to get any kind of help to modify the code to make it encode the special characters?
I've been trying to solve that issue for over than a week. I tried to build my own webservice action but I got stuck with AWS Signature.
Main goal is to download files which can be achieved by GetObject action.
I would appreciate any kind of help. Thanks in advance!
Answered! Go to Answer.
28-09-22 03:00 PM
28-09-22 06:24 PM