-
-
Notifications
You must be signed in to change notification settings - Fork 323
Closed
Labels
Milestone
Description
6883dc5 created the issue
S3 recently added a new feature: multi-part uploads.
The benefits of using this feature with Cyberduck include:
- Resumable uploads
- Better performance (potentially) if multiple parts are uploaded in parallel
This added functionality comes almost for free in the AWS SDK for Java mentioned in ticket #5486, so it is probably useful to consider this as blocked on that ticket.
I am also willing to contribute code for this feature. In all honesty it should be nearly trivial once #5486 is resolved.