Skip to content

Commit 1005c31

Browse files
author
AWS
committed
AWS S3 Control Update: S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3
1 parent e4b56c2 commit 1005c31

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
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": "AWS S3 Control",
4+
"contributor": "",
5+
"description": "S3 Access Point aliases can be used anywhere you use S3 bucket names to access data in S3"
6+
}

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

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,10 @@
764764
"AccessPointArn":{
765765
"shape":"S3AccessPointArn",
766766
"documentation":"<p>The ARN for the access point.</p>"
767+
},
768+
"Alias":{
769+
"shape":"Alias",
770+
"documentation":"<p>The name or alias of the access point.</p>"
767771
}
768772
},
769773
"documentation":"<p>An access point used to access a bucket.</p>"
@@ -777,7 +781,7 @@
777781
},
778782
"AccessPointName":{
779783
"type":"string",
780-
"max":50,
784+
"max":63,
781785
"min":3
782786
},
783787
"AccountId":{
@@ -810,6 +814,11 @@
810814
},
811815
"documentation":"<p>A container for the activity metrics.</p>"
812816
},
817+
"Alias":{
818+
"type":"string",
819+
"max":63,
820+
"pattern":"^[0-9a-z\\\\-]{63}"
821+
},
813822
"AwsLambdaTransformation":{
814823
"type":"structure",
815824
"required":["FunctionArn"],
@@ -992,6 +1001,10 @@
9921001
"AccessPointArn":{
9931002
"shape":"S3AccessPointArn",
9941003
"documentation":"<p>The ARN of the access point.</p> <note> <p>This is only supported by Amazon S3 on Outposts.</p> </note>"
1004+
},
1005+
"Alias":{
1006+
"shape":"Alias",
1007+
"documentation":"<p>The name or alias of the access point.</p>"
9951008
}
9961009
}
9971010
},
@@ -1456,6 +1469,11 @@
14561469
}
14571470
}
14581471
},
1472+
"Endpoints":{
1473+
"type":"map",
1474+
"key":{"shape":"NonEmptyMaxLength64String"},
1475+
"value":{"shape":"NonEmptyMaxLength1024String"}
1476+
},
14591477
"ExceptionMessage":{
14601478
"type":"string",
14611479
"max":1024,
@@ -1732,6 +1750,18 @@
17321750
"CreationDate":{
17331751
"shape":"CreationDate",
17341752
"documentation":"<p>The date and time when the specified access point was created.</p>"
1753+
},
1754+
"Alias":{
1755+
"shape":"Alias",
1756+
"documentation":"<p>The name or alias of the access point.</p>"
1757+
},
1758+
"AccessPointArn":{
1759+
"shape":"S3AccessPointArn",
1760+
"documentation":"<p>The ARN of the access point.</p>"
1761+
},
1762+
"Endpoints":{
1763+
"shape":"Endpoints",
1764+
"documentation":"<p>The VPC endpoint for the access point.</p>"
17351765
}
17361766
}
17371767
},

0 commit comments

Comments
 (0)