mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 09:42:29 +08:00
s3: move buckets folder configuration to filer
This commit is contained in:
@@ -308,5 +308,6 @@ func (fs *FilerServer) GetFilerConfiguration(ctx context.Context, req *filer_pb.
|
||||
Collection: fs.option.Collection,
|
||||
Replication: fs.option.DefaultReplication,
|
||||
MaxMb: uint32(fs.option.MaxMB),
|
||||
DirBuckets: fs.option.DirBucketsPath,
|
||||
}, nil
|
||||
}
|
||||
|
||||
@@ -46,6 +46,7 @@ type FilerOption struct {
|
||||
DisableHttp bool
|
||||
Port int
|
||||
recursiveDelete bool
|
||||
DirBucketsPath string
|
||||
}
|
||||
|
||||
type FilerServer struct {
|
||||
|
||||
Reference in New Issue
Block a user