storage/blob: Implement S3-compatible storage support

Closes #304.
This commit is contained in:
fox.cpp 2021-07-15 20:31:50 +03:00
parent 02924d8d4b
commit ef63383248
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0
8 changed files with 312 additions and 3 deletions

View file

@ -7,7 +7,6 @@ import (
type Blob interface {
Sync() error
io.Reader
io.Writer
io.Closer
}