programsam / binkjs

Music archival site BINK, rewritten as a Node.js express app
0 stars 1 forks source link

Document Amazon S3 setup #138

Closed programsam closed 5 months ago

programsam commented 9 months ago

I’ve just always had S3 configured on my laptop, but when other developers start from scratch, they need to configure an S3 bucket. The docs need to have a walkthrough of how to get S3 up and running. Or provide an alternative like a docker container running an S3-compatible endpoint.

JMarquee85 commented 9 months ago

Submitted PR to outline this process as it stands today.

https://github.com/programsam/binkjs/pull/141

programsam commented 9 months ago

The above PR is merged. The only other thing here is add a note that awscli is optional, and that you can setup the credentials manually — but that might become moot if we get the other way of authenticating working.