Skip to content

Commit b7027b9

Browse files
committed
SSE bucket fix
1 parent 361a049 commit b7027b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/storage/bucket/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
type SSEBucket interface {
46-
objstore.InstrumentedBucket
46+
objstore.Bucket
4747
IsKeyAccessDeniedErr(err error) bool
4848
IsObjNotFoundOrKeyAccessDeniedErr(err error) bool
4949
}

0 commit comments

Comments
 (0)