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
- Host: GitHub
- URL: https://github.com/fishy/s3bucket
- Owner: fishy
- License: bsd-3-clause
- Created: 2018-01-02T05:23:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T07:38:27.000Z (over 6 years ago)
- Last Synced: 2025-01-25T05:44:09.935Z (4 months ago)
- Language: Go
- 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://godoc.org/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).