AWS AmazonS3 documentation change
Summary
Removed an IAM role trust policy example for AWS LakeFormation integration
Security assessment
The deleted content was an example trust relationship policy. While trust policies are security-sensitive, there is no indication in the diff that the removal addresses a specific security issue or vulnerability.
Diff
diff --git a/AmazonS3/latest/userguide/s3-tables-integrating-aws.md b/AmazonS3/latest/userguide/s3-tables-integrating-aws.md index 2247a04af..d6e7e0dc2 100644 --- a//AmazonS3/latest/userguide/s3-tables-integrating-aws.md +++ b//AmazonS3/latest/userguide/s3-tables-integrating-aws.md @@ -81,31 +80,0 @@ The following steps show how to use the AWS CLI to integrate table buckets. To u -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "LakeFormationDataAccessPolicy", - "Effect": "Allow", - "Principal": { - "Service": "lakeformation.amazonaws.com" - }, - "Action": [ - "sts:AssumeRole", - "sts:SetContext", - "sts:SetSourceIdentity" - ], - "Resource": "arn:aws:iam::111122223333:role/example-lakeformation-service-role", - "Condition": { - "StringEquals": { - "aws:SourceAccount": "111122223333" - } - } - } - ] - } - -