mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 20:50:22 +03:00
Write Error Responses documentation
This commit is contained in:
+12
-2
@@ -1,3 +1,13 @@
|
||||
# Minio API
|
||||
# Welcome to MINIO
|
||||
|
||||
## Overview
|
||||
Welcome to the *Minio API Reference*. It explains the Minio application programming interface. It describes various API operations, related request and response structures, and error codes.
|
||||
|
||||
Minio is an open source object storage released under [Apache license v2](http://www.apache.org/licenses/LICENSE-2.0). It uses ``Rubberband Erasure`` coding to dynamically protect the data.
|
||||
|
||||
## How?
|
||||
|
||||
| Information | Sections |
|
||||
|:------------- |:-------------:|
|
||||
| Overview | Minio |
|
||||
| REST | [Minio API](./api/minio.md) |
|
||||
| Error List | [Error Codes](./api/errors.md) |
|
||||
|
||||
Reference in New Issue
Block a user