mirror of
https://github.com/minio/minio.git
synced 2025-01-12 07:23:23 -05:00
Update README.md
This commit is contained in:
parent
e8cd1aad8d
commit
4e6c4da518
@ -5,7 +5,7 @@ Minio is an object storage server compatible with Amazon S3 and licensed under [
|
||||
## Description
|
||||
|
||||
Minio is an open source object storage server released under Apache License V2. It is compatible with Amazon S3 cloud storage service. Minio follows a minimalist design philosophy.
|
||||
Minio is light enough to be bundled with the application stack. It sits on the side of NodeJS, Redis, MySQL and the likes. Unlike databases, Minio stores objects such as photos, videos, log files, backups, container / VM images and so on. Minio is best suited for storing blobs of information ranging from KBs to TBs each. In a simplistic sense, it is like a FTP server with a simple get / put API over HTTP.
|
||||
Minio is light enough to be bundled with the application stack. It sits on the side of NodeJS, Redis, MySQL and the likes. Unlike databases, Minio stores objects such as photos, videos, log files, backups, container / VM images and so on. Minio is best suited for storing blobs of information ranging from KBs to 5 TBs each. In a simplistic sense, it is like a FTP server with a simple get / put API over HTTP.
|
||||
|
||||
Minio currently implements two backends
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user