Skip to content

Commit ca5f676

Browse files
author
AWS
committed
AWS S3 Control Update: Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix
1 parent 9013582 commit ca5f676

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": "AWS S3 Control",
4+
"contributor": "",
5+
"description": "Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefix"
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4165,6 +4165,10 @@
41654165
"MatchedGrantTarget":{
41664166
"shape":"S3Prefix",
41674167
"documentation":"<p>The S3 URI path of the data to which you are being granted temporary access credentials. </p>"
4168+
},
4169+
"Grantee":{
4170+
"shape":"Grantee",
4171+
"documentation":"<p>The user, group, or role that was granted access to the S3 location scope. For directory identities, this API also returns the grants of the IAM role used for the identity-aware request. For more information on identity-aware sessions, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_sts-setcontext.html\">Granting permissions to use identity-aware console sessions</a>. </p>"
41684172
}
41694173
}
41704174
},

0 commit comments

Comments
 (0)