AWS managed-flink documentation change
Summary
Updated S3 documentation link from 'user-guide' to 'userguide' in URL path
Security assessment
The change fixes a documentation link but does not involve security features or address security vulnerabilities. The update is purely structural for the S3 User Guide reference.
Diff
diff --git a/managed-flink/latest/java/examples-gs-scala.md b/managed-flink/latest/java/examples-gs-scala.md index 08637228e..140d1e102 100644 --- a//managed-flink/latest/java/examples-gs-scala.md +++ b//managed-flink/latest/java/examples-gs-scala.md @@ -71 +71 @@ To create the data streams (AWS CLI) - * [How Do I Create an S3 Bucket?](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/create-bucket.html) in the _Amazon Simple Storage Service User Guide_. Give the Amazon S3 bucket a globally unique name by appending your login name, such as `ka-app-code-`<username>``. + * [How Do I Create an S3 Bucket?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-bucket.html) in the _Amazon Simple Storage Service User Guide_. Give the Amazon S3 bucket a globally unique name by appending your login name, such as `ka-app-code-`<username>``.