We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361a049 commit b7027b9Copy full SHA for b7027b9
pkg/storage/bucket/client.go
@@ -43,7 +43,7 @@ var (
43
)
44
45
type SSEBucket interface {
46
- objstore.InstrumentedBucket
+ objstore.Bucket
47
IsKeyAccessDeniedErr(err error) bool
48
IsObjNotFoundOrKeyAccessDeniedErr(err error) bool
49
}
0 commit comments