Created
October 12, 2021 16:34
-
-
Save scripting/054e8430d870f85438208635bf6fc05a to your computer and use it in GitHub Desktop.
Example of a Amazon credentials file, so Node apps can write to S3 (not actual passwords)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[default] | |
aws_access_key_id=tz4nhbttfvll76gb9ej7 | |
aws_secret_access_key=cedx5jixadnwca1e3fnopkg8ji6cvynx4nlhgpy8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's a link to the howto that goes with this.
http://scripting.com/drummer/blog/2021/10/12/154342.html?title=howToSetUpAUnixSystemForNodeAppsThatWriteToS3