Closed kerkness closed 1 year ago
Thank you @kerkness for this PR and for taking the time to investigate this!
@andreia, @kerkness
FWIW it might be worth adding those back and just mentioning that they are optional, i.e. should only be used if a customer is using a custom, non-aws endpoint. I could see the lack of documentation for those two env vars causing confusion for those who may be using a 3rd party object store. Definitely not the common case, but it's something to keep in mind.
@stobrien89 @kerkness Yeah, added a note in https://github.com/TappNetwork/laravel-uppy-s3-multipart-upload/pull/16
AWS_URL
andAWS_POST_END_POINT
environment variables are now dynamically determined by the aws-sdk-php package. Setting these to any value will make the sdk automatically assume you are using a custom endpoint and prevent the use of accelerator,Fixes #14