[#7] Mark all locking methods as not supported
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
parent
8e325c79e5
commit
605ebf4fcf
1 changed files with 12 additions and 12 deletions
|
@ -503,8 +503,8 @@
|
||||||
"include": [
|
"include": [
|
||||||
"Locking"
|
"Locking"
|
||||||
],
|
],
|
||||||
"skip": false,
|
"skip": true,
|
||||||
"comment": "See Locking Feature"
|
"comment": "Not supported. See Locking Feature"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GetObjectLockConfiguration",
|
"name": "GetObjectLockConfiguration",
|
||||||
|
@ -513,8 +513,8 @@
|
||||||
"include": [
|
"include": [
|
||||||
"Locking"
|
"Locking"
|
||||||
],
|
],
|
||||||
"skip": false,
|
"skip": true,
|
||||||
"comment": "See Locking Feature"
|
"comment": "Not supported. See Locking Feature"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GetObjectRetention",
|
"name": "GetObjectRetention",
|
||||||
|
@ -523,8 +523,8 @@
|
||||||
"include": [
|
"include": [
|
||||||
"Locking"
|
"Locking"
|
||||||
],
|
],
|
||||||
"skip": false,
|
"skip": true,
|
||||||
"comment": "See Locking Feature"
|
"comment": "Not supported. See Locking Feature"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GetObjectTagging",
|
"name": "GetObjectTagging",
|
||||||
|
@ -959,8 +959,8 @@
|
||||||
"include": [
|
"include": [
|
||||||
"Locking"
|
"Locking"
|
||||||
],
|
],
|
||||||
"skip": false,
|
"skip": true,
|
||||||
"comment": "See Locking Feature"
|
"comment": "Not supported. See Locking Feature"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PutObjectLockConfiguration",
|
"name": "PutObjectLockConfiguration",
|
||||||
|
@ -969,8 +969,8 @@
|
||||||
"include": [
|
"include": [
|
||||||
"Locking"
|
"Locking"
|
||||||
],
|
],
|
||||||
"skip": false,
|
"skip": true,
|
||||||
"comment": "See Locking Feature"
|
"comment": "Not supported. See Locking Feature"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PutObjectRetention",
|
"name": "PutObjectRetention",
|
||||||
|
@ -979,8 +979,8 @@
|
||||||
"include": [
|
"include": [
|
||||||
"Locking"
|
"Locking"
|
||||||
],
|
],
|
||||||
"skip": false,
|
"skip": true,
|
||||||
"comment": "See Locking Feature"
|
"comment": "Not supported. See Locking Feature"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PutObjectTagging",
|
"name": "PutObjectTagging",
|
||||||
|
|
Loading…
Reference in a new issue