Skip to content

Commit 9e5ec68

Browse files
author
Steven Smith
committed
Adds chunksize MiB to s3 storage docs
1 parent b2e0d60 commit 9e5ec68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/registry-operator-configuration-resource-overview-aws-s3.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ The image registry `spec.storage.s3` configuration parameter holds the informati
1717
|Bucket is the bucket name in which you want to store the registry's data.
1818
It is optional and is generated if not provided.
1919

20+
|`chunkSizeMiB`
21+
|ChunkSizeMiB is the size of the multipart upload chunks of the S3 API.
22+
The default is `10` MiB with a minimum of `5` MiB.
23+
2024
|`region`
2125
|Region is the AWS region in which your bucket exists. It is optional and is
2226
set based on the installed AWS Region.

0 commit comments

Comments
 (0)