glesica/mtdata

S3 Storage implementation

glesica opened this issue · 0 comments

It'd be fun if we could have data stored in an S3 bucket in whatever format, CSV would probably be the simplest, although JSON would be fine too. Maybe both even, who knows.

Bonus points for supporting additional cloud storage providers:

  1. Azure
  2. GCP
  3. Backblaze?
  4. Dropbox?
  5. Box?
  6. Google Drive?
  7. MS OneDrive?

See https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html for information about accessing S3 from Python.