Hello Experts,
I had created a storage through Storage Management (in DA) using AWS S3 URL, Access Key ID, and secret key. Mapped this storage to a custom type and was able to upload and download the files to/from S3 bucket.
I tried file upload for following formats .txt, .pdf, and .tiff and I noticed .pdf and .tiff files are getting corrupted whereas I don't see any issues with .txt files. I noticed the uploaded file and the file on my local machine are of same size.
I did not find any error messages in server.log and acs.log files.
I thought this issue might be with S3 bucket and I directly uploaded above mentioned file formats to S3 using AWS Java SDK. For these files, I'm not seeing any corruption issues.
Any inputs on how to resolve this issue.
Thanks.