mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
Update Docs
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
## General Overview
|
||||
|
||||
Minio stores and retrieves data in a logical format based upon REST
|
||||
based URLs.
|
||||
Minio stores and retrieves data in a logical format based upon REST based URLs.
|
||||
|
||||
### Note about examples:
|
||||
|
||||
@@ -91,11 +90,12 @@ Content-Length: 223
|
||||
}
|
||||
```
|
||||
|
||||
NOTE: ``Accept: application/json`` is Minio Object Server specific
|
||||
|
||||
## GET /{bucket}/
|
||||
|
||||
Lists objects in a bucket.
|
||||
|
||||
|
||||
Example:
|
||||
```
|
||||
GET /minio/ HTTP/1.1
|
||||
|
||||
Reference in New Issue
Block a user