Commit Graph

6 Commits

Author SHA1 Message Date
Daniel Supernault ae90eef965
Update filesystems config, add backup driver to store backups on other filesystems 2021-02-07 00:14:52 -07:00
techknowlogick 254c53ecb8
Support minio for S3 uploads 2020-02-18 23:16:25 -05:00
Daniel Supernault a6228ffce7
Add spaces filesystem driver 2019-01-12 01:09:29 -07:00
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
daniel b8abbdd90f Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
Daniel Supernault a034358c98 Add Laravel Framework 2018-04-15 17:56:48 -06:00