Open reginapizza opened 5 years ago
This link was really useful in researching problem: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/s3-example-creating-buckets.html
What we know so far:
Create a shared configurations file with your user credentials. For more information about providing a shared credentials file, see Loading Credentials in Node.js from the Shared Credentials File. https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/loading-node-credentials-shared.html
We need to figure out how to use AWS. We are going to use AWS to upload our files somehow.
We need more data, not sure how to approach right now. We'll use this issue to track our research.
So far, we have set up an AWS bucket S3 and we have a user built on the IAM management console. We made a bucket policy to allow the user to access the bucket. We saved a user ARN and access keys.