Skip to content

Commit 290d81f

Browse files
committed
Update README.md
Signed-off-by: Jesse Hitch <[email protected]>
1 parent f925ce2 commit 290d81f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

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

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

0 commit comments

Comments
 (0)