Skip to content

Commit 82d7b81

Browse files
authored
Update README.md
Signed-off-by: Jesse Hitch <[email protected]>
1 parent 2b545ea commit 82d7b81

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,12 @@ To use an external S3 compatible object store as primary storage, set the follow
277277
- `OBJECTSTORE_S3_AUTOCREATE` (default: `true`): Create the container if it does not exist
278278
- `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)
279279
- `OBJECTSTORE_S3_CONCURRENCY` (default: `5`) defines the maximum number of concurrent multipart uploads
280-
- `OBJECTSTORE_S3_PROXY` (default: `false`)
281-
- `OBJECTSTORE_S3_TIMEOUT` (default: `15`)
282-
- `OBJECTSTORE_S3_UPLOADPARTSIZE` (default: `524288000`)
283-
- `OBJECTSTORE_S3_PUTSIZELIMIT` (default: `104857600`)
284-
- `OBJECTSTORE_S3_VERSION` (default: `latest`)
285-
- `OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS` (default: `true`)
280+
- `OBJECTSTORE_S3_PROXY` (default: `''`)
281+
- `OBJECTSTORE_S3_TIMEOUT` (default: `''`)
282+
- `OBJECTSTORE_S3_UPLOADPARTSIZE` (default: `''`)
283+
- `OBJECTSTORE_S3_PUTSIZELIMIT` (default: `''`)
284+
- `OBJECTSTORE_S3_VERSION` (default: `''`)
285+
- `OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS` (default: `''`)
286286

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

0 commit comments

Comments
 (0)