store: implement s3 blob store (#2005)
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
var (
|
||||
// ErrMissingKey is returned when no key is passed to blob store Read / Write
|
||||
ErrMissingKey = errors.New("Missing key")
|
||||
ErrMissingKey = errors.New("missing key")
|
||||
)
|
||||
|
||||
// BlobStore is an interface for reading / writing blobs
|
||||
|
Reference in New Issue
Block a user