mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
Update README.md
This commit is contained in:
16
README.md
16
README.md
@@ -1,7 +1,6 @@
|
||||
## Minio Server (minio) [](https://travis-ci.org/minio/minio)
|
||||
|
||||
``minio`` is a minimal object storage server written in Golang and licensed under [Apache license v2](./LICENSE).
|
||||
``minio`` is compatible with Amazon S3 APIs.
|
||||
Minio is a minimal object storage server written in Golang and licensed under [Apache license v2](./LICENSE). Minio is compatible with Amazon S3 APIs.
|
||||
|
||||
## Roadmap
|
||||
|
||||
@@ -31,12 +30,21 @@ Storage Management:
|
||||
- Status: Work in progress.
|
||||
~~~
|
||||
|
||||
### Minio Client (mc)
|
||||
|
||||
``mc`` provides minimal tools to work with Amazon S3 compatible object storage and filesystems. Go to [Minio Client](https://github.com/minio/mc#minio-client-mc-).
|
||||
|
||||
### Minimal S3 Compatible Client Libraries
|
||||
- [Golang Library](https://github.com/minio/minio-go)
|
||||
- [Java Library](https://github.com/minio/minio-java)
|
||||
- [Nodejs Library](https://github.com/minio/minio-js)
|
||||
|
||||
### Join The Community
|
||||
* Community hangout on Gitter [](https://gitter.im/minio/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
* Ask questions on Quora [](http://www.quora.com/Minio)
|
||||
|
||||
### Developers
|
||||
* [Development Environment](./CONTRIBUTING.md)
|
||||
### Contribute
|
||||
* [Contributors Guide](./CONTRIBUTING.md)
|
||||
|
||||
### Download
|
||||
|
||||
|
||||
Reference in New Issue
Block a user