Skip to content

Commit 838a951

Browse files
author
AWS
committed
Amazon Simple Storage Service Update: Adding ID element to the CORSRule schema
1 parent 675216b commit 838a951

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Storage Service",
4+
"contributor": "",
5+
"description": "Adding ID element to the CORSRule schema"
6+
}

services/s3/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1435,6 +1435,10 @@
14351435
"AllowedOrigins"
14361436
],
14371437
"members":{
1438+
"ID":{
1439+
"shape":"ID",
1440+
"documentation":"<p>Unique identifier for the rule. The value cannot be longer than 255 characters.</p>"
1441+
},
14381442
"AllowedHeaders":{
14391443
"shape":"AllowedHeaders",
14401444
"documentation":"<p>Headers that are specified in the <code>Access-Control-Request-Headers</code> header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, Amazon S3 returns any requested headers that are allowed.</p>",

0 commit comments

Comments
 (0)