Update comments regarding GCS component count (#6131)

This commit is contained in:
Mike Scarlett
2018-07-06 17:07:11 -07:00
committed by kannappanr
parent 0ef0d7e685
commit c310cbbe89
2 changed files with 2 additions and 7 deletions

View File

@@ -55,7 +55,6 @@ mc ls mygcs
### Known limitations
Gateway inherits the following GCS limitations:
- Maximum number of multipart parts per upload is 1024.
- Only read-only or write-only bucket policy supported at bucket level, all other variations will return API Notimplemented error.
- _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_