Doc: Fix PutObject API known limitations text (#7704)

This commit is contained in:
kannappanr 2019-08-13 08:50:43 -07:00 committed by Harshavardhana
parent 0ed6daab59
commit bc79b435a2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ mc ls myb2
### Known limitations
Gateway inherits the following B2 limitations:
- PutObject() does not return an md5sum of the uploaded file as an etag response. Apps that check vailidity will fail.
- PutObject S3 API does not return the md5sum of an uploaded file as it's etag response. Applications that check the validity of the uploaded object by comparing these two values will fail.
- No support for CopyObject S3 API (There are no equivalent APIs available on Backblaze B2).
- No support for CopyObjectPart S3 API (There are no equivalent APIs available on Backblaze B2).
- Only read-only bucket policy supported at bucket level, all other variations will return API Notimplemented error.