Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

CSR apps might end up exposing the s3 credentials #63

Open
r-a-o opened this issue Sep 22, 2019 · 1 comment
Open

CSR apps might end up exposing the s3 credentials #63

r-a-o opened this issue Sep 22, 2019 · 1 comment

Comments

@r-a-o
Copy link

r-a-o commented Sep 22, 2019

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?

@madhu131313
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants