mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
fix for mysql2 postgres2 on fast dropping buckets
This commit is contained in:
@@ -43,5 +43,5 @@ type FilerStore interface {
|
||||
type BucketAware interface {
|
||||
OnBucketCreation(bucket string)
|
||||
OnBucketDeletion(bucket string)
|
||||
IsDropBucketAltogether() bool
|
||||
CanDropWholeBucket() bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user