diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2025-11-05 14:06:02 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2025-11-05 14:06:02 +0500 |
| commit | 558f4be73b069894cab150efbe77a2e823d74cf5 (patch) | |
| tree | 30e75311bd09100b0ae3792c27ee5fbce782e121 /weed/command/server.go | |
| parent | 7c4179507810633f20d987fcf159a1c0412bc43d (diff) | |
| download | seaweedfs-558f4be73b069894cab150efbe77a2e823d74cf5.tar.xz seaweedfs-558f4be73b069894cab150efbe77a2e823d74cf5.zip | |
allowDeleteObjectsByTTL by default
Diffstat (limited to 'weed/command/server.go')
| -rw-r--r-- | weed/command/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/server.go b/weed/command/server.go index 10d412315..8c99d04fd 100644 --- a/weed/command/server.go +++ b/weed/command/server.go @@ -165,7 +165,6 @@ func init() { s3Options.auditLogConfig = cmdServer.Flag.String("s3.auditLogConfig", "", "path to the audit log config file") s3Options.allowEmptyFolder = cmdServer.Flag.Bool("s3.allowEmptyFolder", true, "allow empty folders") s3Options.allowDeleteBucketNotEmpty = cmdServer.Flag.Bool("s3.allowDeleteBucketNotEmpty", true, "allow recursive deleting all entries along with bucket") - s3Options.allowDeleteObjectsByTTL = cmdServer.Flag.Bool("s3.allowDeleteObjectsByTTL", false, "allow deleting all expired entries") 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") |
