pixelfed/config
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
..
app.php Update app config, add PrettyNumber facade 2018-09-02 19:32:05 -06:00
auth.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
backup.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
broadcasting.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
cache.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
database.php Update database config, dont run mysql in strict mode 2018-10-09 19:29:02 -06:00
debugbar.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
dotenv-editor.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
filesystems.php Expose S3 endpoint setting via config file 2018-11-05 17:01:22 +11:00
hashids.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
hashing.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
horizon.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
image-optimizer.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
image.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
logging.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
mail.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
partialcache.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
pixelfed.php Update pixelfed config 2018-10-26 22:38:11 -06:00
queue.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
recaptcha.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
routes.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
services.php Apply fixes from StyleCI 2018-08-28 03:07:36 +00:00
session.php Add Laravel Framework 2018-04-15 17:56:48 -06:00
trustedproxy.php Fix a typo in the proxy configuration 2018-06-12 21:48:14 +02:00
view.php Add Laravel Framework 2018-04-15 17:56:48 -06:00