Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Hitch <[email protected]>
  • Loading branch information
jessebot committed Jan 2, 2025
1 parent f925ce2 commit 290d81f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,12 +278,12 @@ To use an external S3 compatible object store as primary storage, set the follow
- `OBJECTSTORE_S3_AUTOCREATE` (default: `true`): Create the container if it does not exist
- `OBJECTSTORE_S3_SSE_C_KEY` (not set by default): Base64 encoded key with a maximum length of 32 bytes for server side encryption (SSE-C)
- `OBJECTSTORE_S3_CONCURRENCY` (default: `5`) defines the maximum number of concurrent multipart uploads
- `OBJECTSTORE_S3_PROXY` (default: `false`)
- `OBJECTSTORE_S3_TIMEOUT` (default: `15`)
- `OBJECTSTORE_S3_UPLOADPARTSIZE` (default: `524288000`)
- `OBJECTSTORE_S3_PUTSIZELIMIT` (default: `104857600`)
- `OBJECTSTORE_S3_VERSION` (default: `latest`)
- `OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS` (default: `true`)
- `OBJECTSTORE_S3_PROXY` (default: `''`)
- `OBJECTSTORE_S3_TIMEOUT` (default: `''`)
- `OBJECTSTORE_S3_UPLOADPARTSIZE` (default: `''`)
- `OBJECTSTORE_S3_PUTSIZELIMIT` (default: `''`)
- `OBJECTSTORE_S3_VERSION` (default: `''`)
- `OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS` (default: `''`)

Check the [Nextcloud documentation](https://docs.nextcloud.com/server/latest/admin_manual/configuration_files/primary_storage.html#simple-storage-service-s3) for more information.

Expand Down

0 comments on commit 290d81f

Please sign in to comment.