alephdata / memorious

Lightweight web scraping toolkit for documents and structured data.
https://docs.alephdata.org/developers/memorious
MIT License
311 stars 59 forks source link

Fix env var names for aws s3 in docs #120

Closed simonwoerpel closed 4 years ago

simonwoerpel commented 4 years ago

According to the documentation of the boto3 client, the correct env vars for AWS credentials should be named AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY instead of whats mentioned in the docs...