We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd1acb commit 01b7534Copy full SHA for 01b7534
doc.go
@@ -197,7 +197,7 @@
197
// regions different from the Session's region.
198
//
199
// svc := s3.New(sess, &aws.Config{
200
-// Region: aws.String(ednpoints.UsWest2RegionID),
+// Region: aws.String(endpoints.UsWest2RegionID),
201
// })
202
203
// See the Config type in the aws package for more information and additional
0 commit comments