https://github.com/fishy/blobbucket
An implementation of Bucket with Go-Cloud Blob interface
https://github.com/fishy/blobbucket
Last synced: 2 months ago
JSON representation
An implementation of Bucket with Go-Cloud Blob interface
- Host: GitHub
- URL: https://github.com/fishy/blobbucket
- Owner: fishy
- License: bsd-3-clause
- Created: 2018-07-28T22:18:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T23:56:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T05:44:08.435Z (4 months ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pkg.go.dev/github.com/fishy/blobbucket)
[](https://goreportcard.com/report/github.com/fishy/blobbucket)# Blob Bucket
Blob Bucket is an implementation of
[Bucket](https://pkg.go.dev/github.com/fishy/fsdb/bucket?tab=doc#Bucket) with
[Go-Cloud](https://github.com/google/go-cloud)
[Blob](https://pkg.go.dev/github.com/google/go-cloud/blob) interface.Please refer to the [FSDB project](https://github.com/fishy/fsdb)
for more background information.([Example code](https://pkg.go.dev/github.com/fishy/blobbucket?tab=doc#example-package))
## License
[BSD License](https://github.com/fishy/blobbucket/blob/master/LICENSE).