You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
app.php Update app config, add PrettyNumber facade 8 years ago
auth.php Apply fixes from StyleCI 8 years ago
backup.php Apply fixes from StyleCI 8 years ago
broadcasting.php Apply fixes from StyleCI 8 years ago
cache.php Apply fixes from StyleCI 8 years ago
database.php Update database config, dont run mysql in strict mode 8 years ago
debugbar.php Apply fixes from StyleCI 8 years ago
dotenv-editor.php Apply fixes from StyleCI 8 years ago
filesystems.php Expose S3 endpoint setting via config file 8 years ago
hashids.php Apply fixes from StyleCI 8 years ago
hashing.php Apply fixes from StyleCI 8 years ago
horizon.php Apply fixes from StyleCI 8 years ago
image-optimizer.php Apply fixes from StyleCI 8 years ago
image.php Apply fixes from StyleCI 8 years ago
logging.php Apply fixes from StyleCI 8 years ago
mail.php Apply fixes from StyleCI 8 years ago
partialcache.php Apply fixes from StyleCI 8 years ago
pixelfed.php Update pixelfed config 8 years ago
queue.php Apply fixes from StyleCI 8 years ago
recaptcha.php Apply fixes from StyleCI 8 years ago
routes.php Apply fixes from StyleCI 8 years ago
services.php Apply fixes from StyleCI 8 years ago
session.php Add Laravel Framework 9 years ago
trustedproxy.php Fix a typo in the proxy configuration 8 years ago
view.php Add Laravel Framework 9 years ago