mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 22:39:55 +08:00
s3: add option to fsync buckets
This commit is contained in:
@@ -76,6 +76,10 @@ const (
|
||||
recursive_delete = false
|
||||
# directories under this folder will be automatically creating a separate bucket
|
||||
buckets_folder = "/buckets"
|
||||
buckets_fsync = [ # a list of buckets with all write requests fsync=true
|
||||
"important_bucket",
|
||||
"should_always_fsync",
|
||||
]
|
||||
# directories under this folder will be store message queue data
|
||||
queues_folder = "/queues"
|
||||
|
||||
|
Reference in New Issue
Block a user