AWS amazon-s3-encryption-client documentation change
Summary
Updated documentation links for AWS SDK for Go v2, changing from GitHub.io links to official AWS documentation links
Security assessment
This change only updates documentation URLs and references. There is no mention of security vulnerabilities, fixes, or security features. It appears to be a routine documentation maintenance update.
Diff
diff --git a/amazon-s3-encryption-client/latest/developerguide/go.md b/amazon-s3-encryption-client/latest/developerguide/go.md index 18bf602e1..081aa8a61 100644 --- a//amazon-s3-encryption-client/latest/developerguide/go.md +++ b//amazon-s3-encryption-client/latest/developerguide/go.md @@ -47 +47 @@ You can view your current version of Go by running the following command. -The Amazon S3 Encryption Client for Go requires the Amazon S3 and AWS KMS service clients of the AWS SDK for Go 2.x. Service clients can be constructed using either the [`NewFromConfig`](https://aws.github.io/aws-sdk-go-v2/docs/making-requests/#newfromconfig) or [`New`](https://aws.github.io/aws-sdk-go-v2/docs/making-requests/#new) function. For more information, see [Using the AWS SDK for Go V2 with AWS services](https://aws.github.io/aws-sdk-go-v2/docs/making-requests/) in the _AWS SDK for Go Developer Guide_. +The Amazon S3 Encryption Client for Go requires the Amazon S3 and AWS KMS service clients of the AWS SDK for Go 2.x. For information on configuring AWS SDK for Go v2 service clients, see [Get started with the AWS SDK for Go v2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/getting-started.html) in the _AWS SDK for Go Developer Guide_. @@ -49 +49 @@ The Amazon S3 Encryption Client for Go requires the Amazon S3 and AWS KMS servic -For information about updating your version of the AWS SDK for Go, see [Migration to the AWS SDK for Go V2](https://aws.github.io/aws-sdk-go-v2/docs/migrating/) in the _AWS SDK for Go Developer Guide_. +For information about updating your version of the AWS SDK for Go, see [Migrate to the AWS SDK for Go v2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/migrate-gosdk.html) in the _AWS SDK for Go Developer Guide_.