forked from TrueCloudLab/frostfs-s3-gw
[#639] Update lock compatibility group in docs
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
3b343d1bd5
commit
d2c68589b5
2 changed files with 43 additions and 39 deletions
|
@ -42,14 +42,18 @@ For now there are some limitations:
|
|||
|
||||
## Locking
|
||||
|
||||
For now there are some limitations:
|
||||
* Retention period can't be shortened, only extended.
|
||||
* You can't delete locks or object with unexpired lock.
|
||||
|
||||
| | Method | Comments |
|
||||
|----|----------------------------|---------------------------|
|
||||
| 🟢 | GetObjectLegalHold | |
|
||||
|-----|----------------------------|---------------------------|
|
||||
| 🟡 | GetObjectLegalHold | |
|
||||
| 🟢 | GetObjectLockConfiguration | GetBucketObjectLockConfig |
|
||||
| 🟢 | GetObjectRetention | |
|
||||
| 🟢 | PutObjectLegalHold | |
|
||||
| 🟡 | GetObjectRetention | |
|
||||
| 🟡 | PutObjectLegalHold | |
|
||||
| 🟢 | PutObjectLockConfiguration | PutBucketObjectLockConfig |
|
||||
| 🟢 | PutObjectRetention | |
|
||||
| 🟡 | PutObjectRetention | |
|
||||
|
||||
## Multipart
|
||||
|
||||
|
|
|
@ -307,7 +307,7 @@ Compatibility: 3/3/10 out of 19
|
|||
Compatibility: 4/5/29 out of 29
|
||||
|
||||
| | Test | s3-gw | minio | aws s3 |
|
||||
|----|------------------------------------------------------------------------------------------------|-------|-------|--------|
|
||||
|-----|------------------------------------------------------------------------------------------------|-------|-------|--------|
|
||||
| 1 | s3tests_boto3.functional.test_s3.test_object_lock_put_obj_lock | ok | ERROR | ok |
|
||||
| 2 | s3tests_boto3.functional.test_s3.test_object_lock_put_obj_lock_invalid_bucket | ok | FAIL | ok |
|
||||
| 3 | s3tests_boto3.functional.test_s3.test_object_lock_put_obj_lock_with_days_and_years | FAIL | ERROR | ok |
|
||||
|
|
Loading…
Reference in a new issue