Skip to content

Commit d130e10

Browse files
author
AWS
committed
AWS S3 Control Update: Updated max size of Prefixes parameter of Scope data type.
1 parent 7778387 commit d130e10

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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": "Updated max size of Prefixes parameter of Scope data type."
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@
13751375
"locationName":"PutAccessPointScopeRequest",
13761376
"xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
13771377
},
1378-
"documentation":"<p>Creates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.</p> <p>You can include one or more of the following API operations as permissions:</p> <ul> <li> <p> <code>PutObjet</code> </p> </li> <li> <p> <code>GetObject</code> </p> </li> <li> <p> <code>DeleteObject</code> </p> </li> <li> <p> <code>ListBucket</code> </p> </li> <li> <p> <code>GetObjectAttributes</code> </p> </li> <li> <p> <code>AbortMultipartUpload</code> </p> </li> <li> <p> <code>ListBucketMultipartUpload</code> </p> </li> <li> <p> <code>ListMultiPartUploadParts</code> </p> </li> </ul> <note> <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 512 KB in size.</p> </note> <p>To use this operation, you must have the permission to perform the <code>s3express:PutAccessPointScope</code> action.</p> <p>For information about REST API errors, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses\">REST error responses</a>.</p>",
1378+
"documentation":"<p>Creates or replaces the access point scope for a directory bucket. You can use the access point scope to restrict access to specific prefixes, API operations, or a combination of both.</p> <note> <p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p> </note> <p>To use this operation, you must have the permission to perform the <code>s3express:PutAccessPointScope</code> action.</p> <p>For information about REST API errors, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses\">REST error responses</a>.</p>",
13791379
"staticContextParams":{
13801380
"RequiresAccountId":{"value":true},
13811381
"UseS3ExpressControlEndpoint":{"value":true}
@@ -8145,7 +8145,7 @@
81458145
"members":{
81468146
"Prefixes":{
81478147
"shape":"PrefixesList",
8148-
"documentation":"<p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 512 KB in size.</p>",
8148+
"documentation":"<p>You can specify any amount of prefixes, but the total length of characters of all prefixes must be less than 256 bytes in size.</p>",
81498149
"locationName":"Prefixes"
81508150
},
81518151
"Permissions":{

0 commit comments

Comments
 (0)