mirror of https://github.com/minio/minio.git
Doc: Fix PutObject API known limitations text (#7704)
This commit is contained in:
parent
0ed6daab59
commit
bc79b435a2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue