seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

Simplified upload and download Functions #35

Open william-silversmith opened 3 years ago

william-silversmith commented 3 years ago

Why can't you just write:

binary = download("s3://wow/omg/amazing") # or even dl("...")

Instead you have to write:

binary = CloudFiles("s3://wow/omg/").get("amazing")
william-silversmith commented 3 years ago

Released dl(...) in version 1.20.0