Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emulate multipart upload with single-part uploads
This approach requires three times as many operations as the optimal approach. Implementing this correctly requires exposing the underlying multipart operations in jclouds. Most s3-tests pass but test_list_multipart_upload still fails: References #2.
- Loading branch information