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

https://github.com/fishy/s3bucket

An implementation of Bucket in S3
https://github.com/fishy/s3bucket

Last synced: 3 months ago
JSON representation

An implementation of Bucket in S3

Awesome Lists containing this project

README

        

[![GoDoc](https://godoc.org/github.com/fishy/s3bucket?status.svg)](https://godoc.org/github.com/fishy/s3bucket)
[![Go Report Card](https://goreportcard.com/badge/github.com/fishy/s3bucket)](https://goreportcard.com/report/github.com/fishy/s3bucket)

# S3 Bucket

S3 Bucket is an implementation of
[Bucket](https://godoc.org/github.com/fishy/fsdb/bucket#Bucket)
with AWS S3.

Please refer to the [FSDB project](https://github.com/fishy/fsdb)
for more background information.

([Example code on godoc](https://godoc.org/github.com/fishy/s3bucket#example-package))

## License

[BSD License](https://github.com/fishy/s3bucket/blob/master/LICENSE).