You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53ee6aef08
* update go-storage dependency, for S3Storage manually call PutObject() so we can set content-type * update calls to PutFile() to include the contentType |
1 month ago | |
---|---|---|
.. | ||
disk | 6 months ago | |
internal | 6 months ago | |
memory | 4 months ago | |
s3 | 1 month ago | |
LICENSE | 6 months ago | |
README.md | 6 months ago | |
block.archived | 6 months ago | |
block_test.archived | 6 months ago | |
errors.go | 6 months ago | |
storage.go | 6 months ago | |
test.sh | 6 months ago |
README.md
go-storage
A simple library providing various storage implementations with a simple read-write-stat interface.
Supports: on-disk, memory, S3.