docs(s3): add aws_use_path_style_endpoint (#403)

Specific configurations, such as dual-stacks or "older URLs" like minio, might require path style with the bucket being in the file path.
This commit is contained in:
Alex 2021-11-14 19:12:29 +02:00 committed by GitHub
parent 0fd5ef8d19
commit c1bf101117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ AWS_SECRET_ACCESS_KEY=
AWS_BACKUPS_BUCKET=
AWS_ENDPOINT=
```
For some configurations, you might have to change your S3 URL from `bucket.domain.com` to `domain.com/bucket`. To accomplish this, add `AWS_USE_PATH_STYLE_ENDPOINT=true` to your `.env` file.
## Reverse Proxy Setup
@ -83,7 +84,7 @@ While we provide a global Site Key and Secret Key by default, we highly recommen
You can generate your own keys in the [reCAPTCHA Admin Console](https://www.google.com/recaptcha/admin).
The keys can then be applied using the Settings in the admin panel. The reCAPTCHA settings can be found on the **Advanced**
The keys can then be applied using the Settings in the admin panel. The reCAPTCHA settings can be found on the **Advanced** tab.
### Disabling reCAPTCHA