# 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
Background
Method
Acceptance Criteria