aboutsummaryrefslogtreecommitdiff
path: root/object/store/quarantiner.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/store/quarantiner.go')
-rw-r--r--object/store/quarantiner.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/store/quarantiner.go b/object/store/quarantiner.go
index a89ad20f..45c3a1c8 100644
--- a/object/store/quarantiner.go
+++ b/object/store/quarantiner.go
@@ -4,7 +4,7 @@ package store
// It is intended to be embedded.
type QuarantineBase interface {
// Reader exposes the objects written into this quarantine.
- Reader
+ ObjectReader
// Promote publishes quarantined writes into their final destination.
//