amazon-s3-php-class
amazon-s3-php-class copied to clipboard
Chunked uploading
Is it possible to specify a file offset to facilitate chunked uploading?
Not currently, someone tried to get it working - see #83.
If you haven't looked at the relevant docs already, there's some info available: http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadInitiate.html
Chunked uploading is implemented in the version of S3.php found here: http://plugins.svn.wordpress.org/updraftplus/trunk/includes/S3.php
I think I got it (a couple of years ago) from: https://github.com/akeeba/releasemaker/blob/master/releasemaker/amazon/s3.php