AWS res documentation change
Summary
Updated example bucket name placeholder from 'mybucket' to 'amzn-s3-demo-bucket' in policy example
Security assessment
Change only modifies placeholder text in a policy example without altering security recommendations or addressing vulnerabilities
Diff
diff --git a/res/archive/release-minus-3/ug/S3-buckets-preventing-exfiltration.md b/res/archive/release-minus-3/ug/S3-buckets-preventing-exfiltration.md index 5e4608f1f..1e4155656 100644 --- a//res/archive/release-minus-3/ug/S3-buckets-preventing-exfiltration.md +++ b//res/archive/release-minus-3/ug/S3-buckets-preventing-exfiltration.md @@ -39 +39 @@ To prevent users from exfiltrating data from secure S3 buckets into their own S3 - 2. In the policy editor, enter a policy that restricts access to resources within your account or a specific account. Here's an example policy (replace `mybucket` with your S3 bucket name and `111122223333` and `444455556666` with the appropriate AWS account IDs that you want to have access): + 2. In the policy editor, enter a policy that restricts access to resources within your account or a specific account. Here's an example policy (replace `amzn-s3-demo-bucket` with your S3 bucket name and `111122223333` and `444455556666` with the appropriate AWS account IDs that you want to have access):