fix: disable s3 direct download default (#24887)

Co-authored-by: Qiu Jian <qiujian@yunionyun.com>
This commit is contained in:
Jian Qiu
2026-05-25 10:04:06 +08:00
committed by GitHub
co-authored by Qiu Jian
parent ecdf0e824f
commit 959e03cccf
+1 -1
View File
@@ -56,7 +56,7 @@ type SImageOptions struct {
S3UploadPartSizeMb int64 `help:"s3 upload part size in MB, default to 50MB" default:"50"`
S3UploadParallel int `help:"s3 upload parallel count" default:"4"`
S3DirectDownload bool `help:"enable s3 direct download" default:"true"`
S3DirectDownload bool `help:"enable s3 direct download" default:"false"`
ImageStreamWorkerCount int `help:"Image stream worker count" default:"10"`