mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
d483f4a01f
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 |
||
---|---|---|
.. | ||
app.php | ||
auth.php | ||
backup.php | ||
broadcasting.php | ||
cache.php | ||
database.php | ||
debugbar.php | ||
dotenv-editor.php | ||
filesystems.php | ||
hashids.php | ||
hashing.php | ||
horizon.php | ||
image-optimizer.php | ||
image.php | ||
logging.php | ||
mail.php | ||
partialcache.php | ||
pixelfed.php | ||
queue.php | ||
recaptcha.php | ||
routes.php | ||
services.php | ||
session.php | ||
trustedproxy.php | ||
view.php |