aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/filerstore.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/filerstore.go')
-rw-r--r--weed/filer/filerstore.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer/filerstore.go b/weed/filer/filerstore.go
index 1ded11b4a..38927d6fb 100644
--- a/weed/filer/filerstore.go
+++ b/weed/filer/filerstore.go
@@ -43,5 +43,5 @@ type FilerStore interface {
type BucketAware interface {
OnBucketCreation(bucket string)
OnBucketDeletion(bucket string)
- IsDropBucketAltogether() bool
+ CanDropWholeBucket() bool
}