Skip to content

Commit 547a09d

Browse files
jessebotJ0WI
authored andcommitted
Update README.md
Signed-off-by: Jesse Hitch <[email protected]>
1 parent 3aed7a1 commit 547a09d

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
@@ -290,12 +290,12 @@ To use an external S3 compatible object store as primary storage, set the follow
290290
- `OBJECTSTORE_S3_AUTOCREATE` (default: `true`): Create the container if it does not exist
291291
- `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)
292292
- `OBJECTSTORE_S3_CONCURRENCY` (default: `5`) defines the maximum number of concurrent multipart uploads
293-
- `OBJECTSTORE_S3_PROXY` (default: `false`)
294-
- `OBJECTSTORE_S3_TIMEOUT` (default: `15`)
295-
- `OBJECTSTORE_S3_UPLOADPARTSIZE` (default: `524288000`)
296-
- `OBJECTSTORE_S3_PUTSIZELIMIT` (default: `104857600`)
297-
- `OBJECTSTORE_S3_VERSION` (default: `latest`)
298-
- `OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS` (default: `true`)
293+
- `OBJECTSTORE_S3_PROXY` (default: `''`)
294+
- `OBJECTSTORE_S3_TIMEOUT` (default: `''`)
295+
- `OBJECTSTORE_S3_UPLOADPARTSIZE` (default: `''`)
296+
- `OBJECTSTORE_S3_PUTSIZELIMIT` (default: `''`)
297+
- `OBJECTSTORE_S3_VERSION` (default: `''`)
298+
- `OBJECTSTORE_S3_VERIFY_BUCKET_EXISTS` (default: `''`)
299299

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

0 commit comments

Comments
 (0)