From bc3195e6aedd34c0bf92cc65dd199d30508a7381 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 22 Jun 2023 15:52:06 +0200 Subject: [PATCH] example/aws-php: make it forward-compatible with the next Uppy major --- examples/aws-php/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/aws-php/main.js b/examples/aws-php/main.js index 927b5fe9c6..40c54fd96d 100644 --- a/examples/aws-php/main.js +++ b/examples/aws-php/main.js @@ -11,6 +11,8 @@ uppy.use(Dashboard, { target: 'body', }) uppy.use(AwsS3, { + shouldUseMultipart: false, // The PHP backend only supports non-multipart uploads + getUploadParameters (file) { // Send a request to our PHP signing endpoint. return fetch('/s3-sign.php', {