Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
S3 file path url getting encoded
0
I am uploading files to S3 bucket from my application using swagger api, below 5 MB files are saved in s3 and the location url path is not getting encoded, but 5 MB file and above files path is getting encoded, i havent added any thing in my code to encode. My application is running in nodejs in backend and react in frontend