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/s3api/s3api_server.go | |
| parent | 7c4179507810633f20d987fcf159a1c0412bc43d (diff) | |
| download | seaweedfs-558f4be73b069894cab150efbe77a2e823d74cf5.tar.xz seaweedfs-558f4be73b069894cab150efbe77a2e823d74cf5.zip | |
allowDeleteObjectsByTTL by default
Diffstat (limited to 'weed/s3api/s3api_server.go')
| -rw-r--r-- | weed/s3api/s3api_server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/s3api/s3api_server.go b/weed/s3api/s3api_server.go index baf28b237..e21886c57 100644 --- a/weed/s3api/s3api_server.go +++ b/weed/s3api/s3api_server.go @@ -41,7 +41,6 @@ type S3ApiServerOption struct { GrpcDialOption grpc.DialOption AllowEmptyFolder bool AllowDeleteBucketNotEmpty bool - AllowDeleteObjectsByTTL bool LocalFilerSocket string DataCenter string FilerGroup string |
