Skip to content

Commit

Permalink
Fixed missing method for inmem bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jojohappy committed Sep 7, 2018
1 parent 28a9b98 commit 8057c44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/objstore/inmem/inmem.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,8 @@ func (b *Bucket) IsObjNotFoundErr(err error) bool {
}

func (b *Bucket) Close() error { return nil }

// GetBucket return the bucket name
func (b *Bucket) GetBucket() string {
return "inmem"
}

0 comments on commit 8057c44

Please sign in to comment.