amazon-s3-php-class icon indicating copy to clipboard operation
amazon-s3-php-class copied to clipboard

Chunked uploading

Open adamjimenez opened this issue 10 years ago • 2 comments

Is it possible to specify a file offset to facilitate chunked uploading?

adamjimenez avatar Nov 06 '14 12:11 adamjimenez

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

tpyo avatar Nov 06 '14 14:11 tpyo

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

DavidAnderson684 avatar Jan 31 '15 17:01 DavidAnderson684