-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
S3 docs #521
S3 docs #521
Conversation
|
"storage": { | ||
"type": "s3", | ||
"bucket": <your-s3-bucket-name>, | ||
"region": <your-s3-bucket-region>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recommend using LATITUDE__
env variables here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recommended it using a Note
underneath the code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see but what's the point recommending here the non-secure way
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testing, for example. That's what I have been using
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but this is dangerous. You can test by setting the values in .env
vars when we have all the pieces. Docs should not encourage storing secrets in git. People can commit it by mistake
s3: | ||
accessKeyId: <your-access-key-id> | ||
secretAccessKey: <your-secret-access-key> | ||
region: <your-region> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same
e907c53
to
a2a4949
Compare
Describe your changes
DOCS!
Checklist before requesting a review