mirror of
https://github.com/minio/minio.git
synced 2024-12-25 14:45:54 -05:00
Add limitation to b2.md (#7680)
The B2 gateway does not implement reporting md5sum as an etag response from PutObject. Add to Known Limitations.
This commit is contained in:
parent
46ced81f41
commit
f6fd407e47
@ -43,6 +43,7 @@ mc ls myb2
|
|||||||
### Known limitations
|
### Known limitations
|
||||||
Gateway inherits the following B2 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.
|
||||||
- No support for CopyObject S3 API (There are no equivalent APIs available on Backblaze B2).
|
- 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).
|
- 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.
|
- Only read-only bucket policy supported at bucket level, all other variations will return API Notimplemented error.
|
||||||
|
Loading…
Reference in New Issue
Block a user