Change readme

This commit is contained in:
Johannes Boyne
2018-12-23 13:53:27 +01:00
parent 8a9e72e0c4
commit 441a97d3fc

View File

@@ -3,7 +3,7 @@
AWS S3 fake server.
A _poor man's_ object storage based on [BoltDB](https://github.com/boltdb/bolt).
A _poor man's_ object storage based on an In-Memory KV db or [BoltDB](https://github.com/boltdb/bolt) (Pluggable).
```
s3client -> [gofakes3:9000] -- Get Bucket (List)
@@ -96,12 +96,11 @@ exports.handle = function (e, ctx) {
</html>
```
## Missing
- [] Delete Buckets and Objects
## Similar notable projects
- https://github.com/minio/minio **not similar but powerfull ;-)**
- https://github.com/andrewgaul/s3proxy by @andrewgaul
## Contributors
- [Blake Williams @shabbyrobe](https://github.com/shabbyrobe)