AWS signer documentation change
Summary
Updated documentation links from 'gsg' to 'userguide' paths for S3 bucket creation and object upload procedures
Security assessment
Similar to the IoT version, this only updates URL paths without introducing or modifying security-related content.
Diff
diff --git a/signer/latest/developerguide/s3-source-lambda.md b/signer/latest/developerguide/s3-source-lambda.md index 1cbc8fc4c..b95087c03 100644 --- a//signer/latest/developerguide/s3-source-lambda.md +++ b//signer/latest/developerguide/s3-source-lambda.md @@ -9 +9 @@ This topic discusses how to prepare an Amazon S3 bucket and add your unsigned ob -To create a bucket, sign into the AWS Management Console at [https://console.aws.amazon.com/console/home](https://console.aws.amazon.com/console/home) and follow the procedure in [Create your first S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/gsg/creating-bucket.html). +To create a bucket, sign into the AWS Management Console at [https://console.aws.amazon.com/console/home](https://console.aws.amazon.com/console/home) and follow the procedure in [Create your first S3 bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/creating-bucket.html). @@ -20 +20 @@ While you are configuring the bucket, note the following requirements: -After you create the bucket, you can add objects to it as described in [Upload an object to your bucket](https://docs.aws.amazon.com/AmazonS3/latest/gsg/uploading-an-object-bucket.html) topic. +After you create the bucket, you can add objects to it as described in [Upload an object to your bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/uploading-an-object-bucket.html) topic.