forked from exasol/bucketfs-utils-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
featureProduct featureProduct feature
Description
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
Metadata
Metadata
Assignees
Labels
featureProduct featureProduct feature