AWS datapipeline documentation change
Summary
Replaced example S3 bucket name from 'example-bucket' to 'amzn-s3-demo-bucket'
Security assessment
This is a routine example update with no security implications. The change standardizes example bucket names but does not address vulnerabilities or document security features.
Diff
diff --git a/datapipeline/latest/DeveloperGuide/dp-copymysql-cli.md b/datapipeline/latest/DeveloperGuide/dp-copymysql-cli.md index 609b6525e..994e80d37 100644 --- a//datapipeline/latest/DeveloperGuide/dp-copymysql-cli.md +++ b//datapipeline/latest/DeveloperGuide/dp-copymysql-cli.md @@ -83 +83 @@ We recommend that you use a text editor that can help you verify the syntax of J - "filePath": "s3://example-bucket/rds-output/output.csv", + "filePath": "s3://amzn-s3-demo-bucket/rds-output/output.csv", @@ -217 +217 @@ Next, the S3Output pipeline component defines a location for the output file; in - "filePath": "s3://example-bucket/rds-output/output.csv", + "filePath": "s3://amzn-s3-demo-bucket/rds-output/output.csv",