[#XX] Mark all locking methods as not supported

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2024-11-27 12:43:42 +03:00
parent 8e325c79e5
commit 9916108de7

View file

@ -503,8 +503,8 @@
"include": [
"Locking"
],
"skip": false,
"comment": "See Locking Feature"
"skip": true,
"comment": "Not supported. See Locking Feature"
},
{
"name": "GetObjectLockConfiguration",
@ -513,8 +513,8 @@
"include": [
"Locking"
],
"skip": false,
"comment": "See Locking Feature"
"skip": true,
"comment": "Not supported. See Locking Feature"
},
{
"name": "GetObjectRetention",
@ -523,8 +523,8 @@
"include": [
"Locking"
],
"skip": false,
"comment": "See Locking Feature"
"skip": true,
"comment": "Not supported. See Locking Feature"
},
{
"name": "GetObjectTagging",
@ -959,8 +959,8 @@
"include": [
"Locking"
],
"skip": false,
"comment": "See Locking Feature"
"skip": true,
"comment": "Not supported. See Locking Feature"
},
{
"name": "PutObjectLockConfiguration",
@ -969,8 +969,8 @@
"include": [
"Locking"
],
"skip": false,
"comment": "See Locking Feature"
"skip": true,
"comment": "Not supported. See Locking Feature"
},
{
"name": "PutObjectRetention",
@ -979,8 +979,8 @@
"include": [
"Locking"
],
"skip": false,
"comment": "See Locking Feature"
"skip": true,
"comment": "Not supported. See Locking Feature"
},
{
"name": "PutObjectTagging",