diff options
| author | SmsS4 <36403983+SmsS4@users.noreply.github.com> | 2023-05-16 20:09:43 +0330 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-16 09:39:43 -0700 |
| commit | 17e91d29179a41131e2a707ac2c5e63be4a21530 (patch) | |
| tree | ce0aa8417e2c4d983b7f085b8f1498dc3bd4f9d4 /weed/s3api/s3api_server.go | |
| parent | b7f011f777bd9fa396a607e6228f43e3be5f5437 (diff) | |
| download | seaweedfs-17e91d29179a41131e2a707ac2c5e63be4a21530.tar.xz seaweedfs-17e91d29179a41131e2a707ac2c5e63be4a21530.zip | |
Use filerGroup for s3 buckets collection prefix (#4465)
* Use filerGroup for s3 buckets collection prefix
* Fix templates
* Remove flags
* Remove s3CollectionPrefix
Diffstat (limited to 'weed/s3api/s3api_server.go')
| -rw-r--r-- | weed/s3api/s3api_server.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/s3api/s3api_server.go b/weed/s3api/s3api_server.go index a8816424d..66d176010 100644 --- a/weed/s3api/s3api_server.go +++ b/weed/s3api/s3api_server.go @@ -31,6 +31,7 @@ type S3ApiServerOption struct { AllowDeleteBucketNotEmpty bool LocalFilerSocket string DataCenter string + FilerGroup string } type S3ApiServer struct { |
