Skip to content

Commit

Permalink
AWS S3 Control Update: S3 Access Point aliases can be used anywhere y…
Browse files Browse the repository at this point in the history
…ou use S3 bucket names to access data in S3
  • Loading branch information
AWS committed Jul 26, 2021
1 parent e4b56c2 commit 1005c31
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSS3Control-b7cd577.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS S3 Control",
"contributor": "",
"description": "S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,10 @@
"AccessPointArn":{
"shape":"S3AccessPointArn",
"documentation":"<p>The ARN for the access point.</p>"
},
"Alias":{
"shape":"Alias",
"documentation":"<p>The name or alias of the access point.</p>"
}
},
"documentation":"<p>An access point used to access a bucket.</p>"
Expand All @@ -777,7 +781,7 @@
},
"AccessPointName":{
"type":"string",
"max":50,
"max":63,
"min":3
},
"AccountId":{
Expand Down Expand Up @@ -810,6 +814,11 @@
},
"documentation":"<p>A container for the activity metrics.</p>"
},
"Alias":{
"type":"string",
"max":63,
"pattern":"^[0-9a-z\\\\-]{63}"
},
"AwsLambdaTransformation":{
"type":"structure",
"required":["FunctionArn"],
Expand Down Expand Up @@ -992,6 +1001,10 @@
"AccessPointArn":{
"shape":"S3AccessPointArn",
"documentation":"<p>The ARN of the access point.</p> <note> <p>This is only supported by Amazon S3 on Outposts.</p> </note>"
},
"Alias":{
"shape":"Alias",
"documentation":"<p>The name or alias of the access point.</p>"
}
}
},
Expand Down Expand Up @@ -1456,6 +1469,11 @@
}
}
},
"Endpoints":{
"type":"map",
"key":{"shape":"NonEmptyMaxLength64String"},
"value":{"shape":"NonEmptyMaxLength1024String"}
},
"ExceptionMessage":{
"type":"string",
"max":1024,
Expand Down Expand Up @@ -1732,6 +1750,18 @@
"CreationDate":{
"shape":"CreationDate",
"documentation":"<p>The date and time when the specified access point was created.</p>"
},
"Alias":{
"shape":"Alias",
"documentation":"<p>The name or alias of the access point.</p>"
},
"AccessPointArn":{
"shape":"S3AccessPointArn",
"documentation":"<p>The ARN of the access point.</p>"
},
"Endpoints":{
"shape":"Endpoints",
"documentation":"<p>The VPC endpoint for the access point.</p>"
}
}
},
Expand Down

0 comments on commit 1005c31

Please sign in to comment.