Update Docs

This commit is contained in:
Harshavardhana
2015-02-08 17:50:18 -08:00
parent 4f43e37a73
commit b12a493db8
2 changed files with 6 additions and 3 deletions

View File

@@ -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