You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG_PENDING.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,13 @@ SDK Features
18
18
*`SignHTTP` replaces `Sign`, and usage of `Sign` should be migrated before it's removal at a later date
19
19
*`PresignHTTP` replaces `Presign`, and usage of `Presign` should be migrated before it's removal at a later date
20
20
*`DisableRequestBodyOverwrite` and `UnsignedPayload` are now deprecated options and have no effect on `SignHTTP` or `PresignHTTP`. These options will be removed at a later date.
21
-
21
+
*`aws/external`: Add Support for setting a default fallback region and resolving region from EC2 IMDS ([#523](https://github.com/aws/aws-sdk-go-v2/pull/523))
22
+
*`WithDefaultRegion` helper has been added which can be passed to `LoadDefaultAWSConfig`
23
+
* This helper can be used to configure a default fallback region in the event a region fails to be resolved from other sources
24
+
* Support has been added to resolve region using EC2 IMDS when available
25
+
* The IMDS region will be used if region as not found configured in either the shared config or the process environment.
0 commit comments