Skip to content

Commit

Permalink
true up migration guide: iface, endpoints, auth, request customizatio…
Browse files Browse the repository at this point in the history
…n, s3crypto (#2431)
  • Loading branch information
lucix-aws committed Dec 19, 2023
1 parent 766cb48 commit 33023c3
Show file tree
Hide file tree
Showing 4 changed files with 463 additions and 14 deletions.
5 changes: 0 additions & 5 deletions content/en/docs/_index.md
Expand Up @@ -8,11 +8,6 @@ menu:
weight: 20
---

{{% pageinfo color="warning" %}}
On October 31, 2023, the AWS SDK for Go (v1 and v2) will start following the Go [release policy](https://go.dev/doc/devel/release#policy) cadence. See the [blog post](https://aws.amazon.com/blogs/developer/aws-sdk-for-go-aligns-with-go-release-policy-on-supported-runtimes/) for more information.
{{% /pageinfo %}}


Welcome to the AWS SDK for Go. The AWS SDK for Go V2 provides APIs and utilities that developers can use to build Go
applications that use AWS services, such as Amazon Elastic Compute Cloud (Amazon EC2) and Amazon Simple Storage
Service (Amazon S3).
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/getting-started.md
Expand Up @@ -5,7 +5,7 @@ date: "2020-11-12"
weight: 2
---

The AWS SDK for Go requires Go 1.15 or later. You can view your current version of Go by running the following command.
The AWS SDK for Go requires Go {{% alias min-go-version %}} or later. You can view your current version of Go by running the following command:

```
go version
Expand Down

0 comments on commit 33023c3

Please sign in to comment.