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

Upload/download files #506

Closed
danielwo opened this issue Jan 5, 2021 · 1 comment
Closed

Upload/download files #506

danielwo opened this issue Jan 5, 2021 · 1 comment
Assignees
Labels
feature minor release Will be addressed in the next minor release ready to release
Milestone

Comments

@danielwo
Copy link
Contributor

danielwo commented Jan 5, 2021

Is your feature request related to a problem? Please describe.
I am frustrated when having to use a different syntax to upload/download files with boto3 compared to AWS Data Wrangler. For example, with boto3, I must create a client or resource and specify a bucket and key, but with AWS Data Wrangler, I can use 's3://path/to/my/file'. There is already functionality in AWS Data Wrangler to copy, delete, list, and read/write specific formats with S3 -- I would like a unified interface which lets me bypass having to use boto3.

Describe the solution you'd like
Add functions under the s3 namespace which allows uploading/downloading files using an s3 path such as 's3://bucket/my/file'. There should be ways to work with objects on disk and potentially in memory. Also need to consider encryption.

@igorborgest igorborgest added this to the 2.4.0 milestone Jan 12, 2021
@igorborgest igorborgest added minor release Will be addressed in the next minor release ready to release labels Jan 18, 2021
@igorborgest
Copy link
Contributor

Released on version 2.4.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature minor release Will be addressed in the next minor release ready to release
Projects
None yet
Development

No branches or pull requests

2 participants