aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2025-11-05 14:06:02 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2025-11-05 14:06:02 +0500
commit558f4be73b069894cab150efbe77a2e823d74cf5 (patch)
tree30e75311bd09100b0ae3792c27ee5fbce782e121 /weed/command/filer.go
parent7c4179507810633f20d987fcf159a1c0412bc43d (diff)
downloadseaweedfs-558f4be73b069894cab150efbe77a2e823d74cf5.tar.xz
seaweedfs-558f4be73b069894cab150efbe77a2e823d74cf5.zip
allowDeleteObjectsByTTL by default
Diffstat (limited to 'weed/command/filer.go')
-rw-r--r--weed/command/filer.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go
index 1e4b065cd..053c5a147 100644
--- a/weed/command/filer.go
+++ b/weed/command/filer.go
@@ -122,7 +122,6 @@ func init() {
filerS3Options.auditLogConfig = cmdFiler.Flag.String("s3.auditLogConfig", "", "path to the audit log config file")
filerS3Options.allowEmptyFolder = cmdFiler.Flag.Bool("s3.allowEmptyFolder", true, "allow empty folders")
filerS3Options.allowDeleteBucketNotEmpty = cmdFiler.Flag.Bool("s3.allowDeleteBucketNotEmpty", true, "allow recursive deleting all entries along with bucket")
- filerS3Options.allowDeleteObjectsByTTL = cmdFiler.Flag.Bool("s3.allowDeleteObjectsByTTL", false, "allow deleting all expired entries")
filerS3Options.localSocket = cmdFiler.Flag.String("s3.localSocket", "", "default to /tmp/seaweedfs-s3-<port>.sock")
filerS3Options.tlsCACertificate = cmdFiler.Flag.String("s3.cacert.file", "", "path to the TLS CA certificate file")
filerS3Options.tlsVerifyClientCert = cmdFiler.Flag.Bool("s3.tlsVerifyClientCert", false, "whether to verify the client's certificate")