Fix gateway docs remove redundant files (#5072)

This commit is contained in:
Harshavardhana
2017-10-16 19:42:44 -07:00
committed by Nitish Tiwari
parent 53e133e844
commit 3d2d63f71e
5 changed files with 31 additions and 36 deletions

View File

@@ -53,7 +53,16 @@ mc ls mygcs
```
### Known limitations
[Limitations](https://github.com/minio/minio/blob/master/docs/gateway/gcs-limitations.md)
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_
Other limitations:
- Bucket notification APIs are not supported.
## Explore Further
- [`mc` command-line interface](https://docs.minio.io/docs/minio-client-quickstart-guide)