store: implement s3 blob store (#2005)

This commit is contained in:
ben-toogood
2020-09-15 17:09:40 +01:00
committed by GitHub
parent d5bfa1e795
commit 35349bd313
10 changed files with 348 additions and 11 deletions

View File

@@ -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