Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified upload and download Functions #35

Open
william-silversmith opened this issue Dec 4, 2020 · 1 comment
Open

Simplified upload and download Functions #35

william-silversmith opened this issue Dec 4, 2020 · 1 comment
Assignees
Labels
feature A new capability is born.

Comments

@william-silversmith
Copy link
Contributor

william-silversmith commented Dec 4, 2020

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 william-silversmith added the feature A new capability is born. label Dec 4, 2020
@william-silversmith william-silversmith self-assigned this Dec 11, 2020
@william-silversmith
Copy link
Contributor Author

Released dl(...) in version 1.20.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new capability is born.
Projects
None yet
Development

No branches or pull requests

1 participant