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