aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasnopov <asnopov@yandex-team.com>2023-11-07 19:44:51 +0300
committerasnopov <asnopov@yandex-team.com>2023-11-07 20:12:50 +0300
commit3a9e7e9d800e48c4ac8c3ff493123f2259361334 (patch)
tree87f8bc20bc01a0e3bbe6213f948d7be6d164187e
parentc67f6bf0e38c3e450cf3fb320b3db868fd4b5fe8 (diff)
downloadydb-3a9e7e9d800e48c4ac8c3ff493123f2259361334.tar.gz
upd acceptance tests
Сделали небольшую правку в апи s3 patch, поправил в спеке для бото + поправил тесты
-rw-r--r--contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json20
1 files changed, 8 insertions, 12 deletions
diff --git a/contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json b/contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json
index 8105b8c730..791c79e37d 100644
--- a/contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json
+++ b/contrib/python/botocore/py3/botocore/data/s3/2006-03-01/service-2.json
@@ -9120,14 +9120,20 @@
},
"payload":"Body"
},
- "PatchObjectOutput":{
+ "PatchAppendPartSize":{"type": "integer"},
+ "PatchedObjectInfo":{
"type":"structure",
"members":{
"ETag":{"shape":"ETag"},
"LastModified":{"shape":"LastModified"}
}
},
- "PatchAppendPartSize":{"type": "integer"},
+ "PatchObjectOutput":{
+ "type":"structure",
+ "members":{
+ "Object":{"shape":"PatchedObjectInfo"}
+ }
+ },
"PatchObjectRequest":{
"type":"structure",
"required":[
@@ -9166,16 +9172,6 @@
"location":"header",
"locationName":"If-Match"
},
- "IfModifiedSince":{
- "shape":"IfModifiedSince",
- "location":"header",
- "locationName":"If-Modified-Since"
- },
- "IfNoneMatch":{
- "shape":"IfNoneMatch",
- "location":"header",
- "locationName":"If-None-Match"
- },
"IfUnmodifiedSince":{
"shape":"IfUnmodifiedSince",
"location":"header",