Skip to content

S3 Multipart Upload API

SaltwaterC edited this page Jan 30, 2012 · 3 revisions

The S3 Upload Multipart API enables you the possibility to go over the 5 GiB limit of the s3.put() method.

Low level methods

These methods allows you to roll your own support if the available helpers don't cover your usage model.

Helper methods

Clone this wiki locally