Commit Graph

9 Commits (aa498af07390624bc9776c848c76377f47626861)

Author SHA1 Message Date
Daniel Supernault 71e6e1f14f
Update filesystem config 3 years ago
Daniel Supernault 49a53c27be
Update filesystems config, set S3 visibility to public by default. Fixes #2913 3 years ago
Daniel Supernault 3515a98e55
Add Cloud Backups, a command to store backups on S3 or compatible filesystems 3 years ago
Daniel Supernault ae90eef965
Update filesystems config, add backup driver to store backups on other filesystems 4 years ago
techknowlogick 254c53ecb8
Support minio for S3 uploads 5 years ago
Daniel Supernault a6228ffce7
Add spaces filesystem driver 6 years ago
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
6 years ago
daniel b8abbdd90f Apply fixes from StyleCI 7 years ago
Daniel Supernault a034358c98 Add Laravel Framework 7 years ago