drone-plugins / drone-s3

Drone plugin for publishing artifacts to Amazon S3
http://plugins.drone.io/drone-plugins/drone-s3
Apache License 2.0
37 stars 65 forks source link

Support Multipart Uploads/Downloads #47

Open jmccann opened 6 years ago

jmccann commented 6 years ago

Seems on files greater then certain sizes a Multipart Upload/Download can be more performant. (15MB is when upload manager uses it)

Seems there are upload/download managers available to take advantage of this feature easily. It'll determine the when and handle it automatically.

References