Daniel Supernault
|
fb1deb6e28
|
Add Resilient Media Storage
|
2 years ago |
Daniel Supernault
|
573c88d7b5
|
Update filesystem config, change FILESYSTEM_DRIVER env variable to DANGEROUSLY_SET_FILESYSTEM_DRIVER and remove from default env configs. Changing the default filesystem should be avoided, use FILESYSTEM_CLOUD for s3 support, otherwise you can break things
|
2 years ago |
Daniel Supernault
|
22da2647c7
|
Update filesystems, store all files as public by default and add default permissions. Fixes #4273, #4275. Closes #3825
|
2 years ago |
Daniel Supernault
|
e6bc57d7b6
|
Update Media model, use cloud filesystem url if enabled instead of cdn_url to easily update S3 media urls
|
3 years ago |
Daniel Supernault
|
720b6eb337
|
Update filesystem config, fix DO Spaces root default
|
3 years ago |
Daniel Supernault
|
18f3fcc663
|
Update Laravel 8 => 9
|
3 years ago |
Daniel Supernault
|
71e6e1f14f
|
Update filesystem config
|
3 years ago |
Daniel Supernault
|
49a53c27be
|
Update filesystems config, set S3 visibility to public by default. Fixes #2913
|
4 years ago |
Daniel Supernault
|
3515a98e55
|
Add Cloud Backups, a command to store backups on S3 or compatible filesystems
|
4 years ago |
Daniel Supernault
|
ae90eef965
|
Update filesystems config, add backup driver to store backups on other filesystems
|
5 years ago |
techknowlogick
|
254c53ecb8
|
Support minio for S3 uploads
|
6 years ago |
Daniel Supernault
|
a6228ffce7
|
Add spaces filesystem driver
|
7 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
|
7 years ago |
daniel
|
b8abbdd90f
|
Apply fixes from StyleCI
|
7 years ago |
Daniel Supernault
|
a034358c98
|
Add Laravel Framework
|
7 years ago |