humanmade / S3-Uploads

The WordPress Plugin to Store Uploads on Amazon S3
1.94k stars 389 forks source link

Support for uploading large files using multipart upload? #602

Closed SeBsZ closed 1 year ago

SeBsZ commented 2 years ago

Thanks for this plugin. Right now, when I try to upload a size that's too large for my S3 provider, I get the following error:

Error executing "PutObject" on "https://xxx/wp-content/uploads/2022/09/85/6317611a32454/largefile.zip"; AWS HTTP error: Client error: `PUT https://xxx/wp-content/uploads/2022/09/85/6317611a32454/largefile.zip` resulted in a `400 Bad Request` response:
<?xml version="1.0" encoding="UTF-8"?><Error><Code>EntityTooLarge</Code><BucketName>xxx</BucketNa (truncated...)
 EntityTooLarge (client):  - <?xml version="1.0" encoding="UTF-8"?><Error><Code>EntityTooLarge</Code><BucketName>xxx</BucketName><RequestId>tx00000000000002ad271b5-006319afc8-265969b6-default</RequestId><HostId>265969b6-default-default</HostId></Error>

Are there plans to add Multipart upload support to this plugin? See https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html

Many thanks for your help

joehoyle commented 2 years ago

No plans, but would be willing to accept a PR!

SeBsZ commented 2 years ago

Thanks, will see what I can do. No promises.

rmccue commented 1 year ago

Closing this out as not planned, but if anyone wants to make a PR, please do!