mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
Rename more
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
## Minio Server [](https://gitter.im/minio/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
|
||||
Minio is a minimal object storage server written in Golang and licensed under [Apache license v2](./LICENSE). Minio is compatible with Amazon S3 APIs. [](https://travis-ci.org/minio/minio)
|
||||
Minio is a minimal cloud storage server written in Golang and licensed under [Apache license v2](./LICENSE). Minio is compatible with Amazon S3 APIs. [](https://travis-ci.org/minio/minio)
|
||||
|
||||
## Minio Client
|
||||
|
||||
[Minio Client (mc)](https://github.com/minio/mc#minio-client-mc-) provides a modern alternative to Unix commands like ``ls``, ``cat``, ``cp``, ``sync``, and ``diff``. It supports POSIX compatible filesystems and Amazon S3 compatible object storage systems. It is entirely written in Golang.
|
||||
[Minio Client (mc)](https://github.com/minio/mc#minio-client-mc-) provides a modern alternative to Unix commands like ``ls``, ``cat``, ``cp``, ``sync``, and ``diff``. It supports POSIX compatible filesystems and Amazon S3 compatible cloud storage systems. It is entirely written in Golang.
|
||||
|
||||
## Amazon S3 Compatible Client Libraries
|
||||
- [Golang Library](https://github.com/minio/minio-go)
|
||||
@@ -16,27 +16,27 @@ Minio is a minimal object storage server written in Golang and licensed under [A
|
||||
~~~
|
||||
Storage Backend:
|
||||
- Donut: Erasure coded backend.
|
||||
- Status: Standalone mode complete.
|
||||
- Status: Standalone mode complete.
|
||||
Storage Operations:
|
||||
- Collective:
|
||||
- Status: Work in progress.
|
||||
|
||||
Storage Management:
|
||||
- WebCLI:
|
||||
- WebCLI:
|
||||
- Status: Work in progress.
|
||||
- Authentication:
|
||||
- Status: Work in progress.
|
||||
- Admin Console:
|
||||
- Status: Work in progress.
|
||||
- User Console:
|
||||
- User Console:
|
||||
- Status: Work in progress.
|
||||
- Logging:
|
||||
- Logging:
|
||||
- Status: Work in progress.
|
||||
~~~
|
||||
|
||||
### Install
|
||||
|
||||
#### GNU/Linux
|
||||
#### GNU/Linux
|
||||
|
||||
Download ``minio`` from https://dl.minio.io:9000/updates/2015/Jun/linux-amd64/minio
|
||||
|
||||
|
||||
Reference in New Issue
Block a user