An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![PkgGoDev](https://pkg.go.dev/badge/github.com/fishy/blobbucket)](https://pkg.go.dev/github.com/fishy/blobbucket)
[![Go Report Card](https://goreportcard.com/badge/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).