aws-s3 icon indicating copy to clipboard operation
aws-s3 copied to clipboard

CSR apps might end up exposing the s3 credentials

Open r-a-o opened this issue 5 years ago • 1 comments

My concern is that the credentials for s3 being accessible in Client side rendering front-end framework like react. How do I make sure the credentials aren't public?

r-a-o avatar Sep 22 '19 15:09 r-a-o

You can't. You need to upload it to your server and then upload it to S3. Some might be using aws-s3 for Nodejs client where the credentials are safe.

madhu131313 avatar Oct 05 '19 09:10 madhu131313