mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
Add erasure code.
This commit is contained in:
parent
73ddb5be75
commit
18b3871705
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ Minio is light enough to be bundled with the application stack. It sits on the s
|
|||
|
||||
Minio currently implements two backends
|
||||
|
||||
- Filesystem (FS) - is available and ready for general purpose use. This version of the Minio binary is built using Filesystem storage backend for magnetic and solid state disks.
|
||||
- ErasureCoded (XL) - is work in progress and not ready for general purpose use.
|
||||
- Filesystem (FS) - is available and ready for general purpose use.
|
||||
- ErasureCoded (XL) - is available, but it is not ready for general purpose use.
|
||||
|
||||
## Minio Client
|
||||
|
||||
|
|
Loading…
Reference in a new issue