Mike Barnes
|
d483f4a01f
|
Expose S3 endpoint setting via config file
To use non-AWS services like Google Cloud Storage or a custom provider via S3 compatibility, the endpoint needs to be configurable, and separated from the URL to allow Cloudflare etc proxy for SSL termination.
eg for GCS in S3 mode with custom domain:
AWS_ENDPOINT="https://storage.googleapis.com"
AWS_URL="https://i.pitchfork.club"
This is already supported via the driver, it just needs a config option to feed it in.
https://laracasts.com/discuss/channels/laravel/custom-file-driver-digital-ocean-spaces?page=1
|
2018-11-05 17:01:22 +11:00 |