In a web app, when uploading files to S3, is it safe to upload them directly to S3 from the client side?

In my app, the users will upload a large number of image files. It’s a photo hosting website. For this situation, I thought of directly uploading the files to amazon s3 from the client side. Is this safe? Im concerned about security. Should I simply upload the files to my server and then send it to s3?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.