AWS glue documentation change
Summary
Updated example S3 bucket path to use 'amzn-s3-demo-bucket' in sensitive data detection code sample
Security assessment
This modifies an example bucket name in existing security-related documentation but does not introduce new security controls or address specific vulnerabilities. The change maintains consistency in example resources.
Diff
diff --git a/glue/latest/dg/sensitive-data-fine-grained-actions.md b/glue/latest/dg/sensitive-data-fine-grained-actions.md index cfefbc8df..34412bd9e 100644 --- a//glue/latest/dg/sensitive-data-fine-grained-actions.md +++ b//glue/latest/dg/sensitive-data-fine-grained-actions.md @@ -103 +103 @@ Use the **detect** API and specify the `outputColumnName` and ` detectionParamet - val S3bucket_node3 = glueContext.getSinkWithFormat(connectionType="s3", options=JsonOptions("""{"path": "s3://189657479688-ddevansh-pii-test-bucket/test-output/", "partitionKeys": []}"""), transformationContext="S3bucket_node3", format="json").writeDynamicFrame(DetectSensitiveData_node2) + val S3bucket_node3 = glueContext.getSinkWithFormat(connectionType="s3", options=JsonOptions("""{"path": "s3://amzn-s3-demo-bucket/test-output/", "partitionKeys": []}"""), transformationContext="S3bucket_node3", format="json").writeDynamicFrame(DetectSensitiveData_node2)