GCS documentation (#4622)

* GCS documentation and review fixes.
This commit is contained in:
Krishna Srinivas
2017-07-10 09:35:20 -07:00
committed by Dee Koder
parent 45fbb0d618
commit ce403fdaa0
4 changed files with 121 additions and 42 deletions
+9
View File
@@ -0,0 +1,9 @@
## Minio GCS Gateway Limitations
Gateway inherits the following GCS limitations:
- Maximum number of parts per upload is 1024.
- No support for bucket policies yet.
- No support for bucket notifications yet.
- _List Multipart Uploads_ and _List Object parts_ always returns empty list. i.e Client will need to remember all the parts that it has uploaded and use it for _Complete Multipart Upload_