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 directory to bucket #1

Open
umitbuyuksahin opened this issue Sep 19, 2022 · 0 comments
Open

Upload directory to bucket #1

umitbuyuksahin opened this issue Sep 19, 2022 · 0 comments
Labels
feature Product feature

Comments

@umitbuyuksahin
Copy link

Background

  • We can currently only upload files to bucket
  • Uploading directories with complex directory structure is very difficult with this functionality.
  • We need to add functionality of uploading directly directory to bucket.

Method

  • Directories could be zipped before uploading so that we can upload then zipped file to bucket.
  • After completing upload operation, we have to unzip the file and extract the directory.

Acceptance Criteria

  • Add upload_directory to BucketFSLocation and LocalBucketFSLocation
  • Add unit and integration tests
@Nicoretti Nicoretti transferred this issue from exasol/bucketfs-utils-python Sep 23, 2022
@Nicoretti Nicoretti added the feature Product feature label Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Product feature
Projects
None yet
Development

No branches or pull requests

2 participants