fix: S3 Feature: please add s3.idleTimeout command line parameter #6746 (#6747)

ildeTimeout command line parameter for s3
This commit is contained in:
ARibster
2025-05-01 22:09:47 +02:00
committed by GitHub
parent 71382d3279
commit d424cbbcd5
3 changed files with 7 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ func init() {
s3Options.allowDeleteBucketNotEmpty = cmdServer.Flag.Bool("s3.allowDeleteBucketNotEmpty", true, "allow recursive deleting all entries along with bucket")
s3Options.localSocket = cmdServer.Flag.String("s3.localSocket", "", "default to /tmp/seaweedfs-s3-<port>.sock")
s3Options.bindIp = cmdServer.Flag.String("s3.ip.bind", "", "ip address to bind to. If empty, default to same as -ip.bind option.")
s3Options.idleTimeout = cmdServer.Flag.Int("s3.idleTimeout", 10, "connection idle seconds")
iamOptions.port = cmdServer.Flag.Int("iam.port", 8111, "iam server http listen port")