Closed
Description
A new issue popped up after doing a fresh deploy which appears to result from updates with the AWS SDK but unclear to me if this new error is on the Uppy side of things, the laravel side of things or with AWS itself.
The call to $this->client->createMultipartUpload
in UppyS3MultipartController (line 103) is throwing the error Host override cannot be combined with Dualstack, FIPS, or S3 Accelerate
from AWS.
There doesn't appear to be a lot of details on this error. I'm curious if others are getting it as my uploading has been very stable for many months with no changes.
Also, the exception being thrown does not support $exception->getStatusCode()
which needs to be removed from the try/catch
in order to see the actual error from AWS.
Metadata
Metadata
Assignees
Labels
No labels