Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object storage page, refresh formatting & cleanup #1465

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
headers
  • Loading branch information
vmstan committed Jun 17, 2024
commit 11a1e92469e3fadaefc9c7db0d44002062e99a65
4 changes: 4 additions & 0 deletions content/en/admin/optional/object-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ By default, Mastodon will store user uploaded and federated media files on the s
While using the server's file system is perfectly serviceable for small servers with a handful of users, using external object storage is more scalable.
{{</ hint >}}

## Configuration Options

### Backend Variables

The variables define how Mastodon communicates with your backend S3 storage provider.
Expand Down Expand Up @@ -80,6 +82,8 @@ Defaults to `s3-<S3_REGION>.amazonaws.com`, required if not using AWS S3 and `S3

### Additional Variables

Due to the large number of S3 provider options, but inconsistencies in how they implement the S3 API, there may be some tuning required specific to your implemention.

#### `S3_SIGNATURE_VERSION`

The signature version used to authenticate and authorize requests to the S3 provider.
Expand Down