Skip to content

Commit aae0c39

Browse files
committed
polishing after merge #1248, thanks @KimDoKy
Signed-off-by: Slach <[email protected]>
1 parent 390e834 commit aae0c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ s3:
265265
use_custom_storage_class: false # S3_USE_CUSTOM_STORAGE_CLASS
266266
storage_class: STANDARD # S3_STORAGE_CLASS, by default allow only from list https://github.com/aws/aws-sdk-go-v2/blob/main/service/s3/types/enums.go#L787-L799
267267
concurrency: 1 # S3_CONCURRENCY
268-
chunk_size: 0 # S#_CHUNK_SIZE, default 0: remoteSize / max_part_count
268+
chunk_size: 0 # S3_CHUNK_SIZE, default 0: remoteSize / max_part_count
269269
max_parts_count: 4000 # S3_MAX_PARTS_COUNT, number of parts for S3 multipart uploads and downloads
270270
allow_multipart_download: false # S3_ALLOW_MULTIPART_DOWNLOAD, allow faster multipart download speed, but will require additional disk space, download_concurrency * part size in worst case
271271
checksum_algorithm: "" # S3_CHECKSUM_ALGORITHM, use it when you use object lock which allow to avoid delete keys from bucket until some timeout after creation, use CRC32 as fastest

0 commit comments

Comments
 (0)