George Fu
George Fu
Workaround until the minimum version is bumped is to update your lockfile or make a fresh install.
The minimum node-http-handler dependency version in the current version of the SDK is high enough to guarantee including the fix, so I'm closing this now.
I'm in the process of updating the documentation on how STS region resolves in the SDK. Here is a preview of the change: https://github.com/aws/aws-sdk-js-v3/blob/bc1f5e4b80a5b2959c6656a50f3ff3ffa50507fe/packages/credential-providers/README.md#resolving-aws-region-in-credential-providers-eg-sts-region from PR: https://github.com/aws/aws-sdk-js-v3/pull/7456 --- ### notes...
The new update is out now with https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.920.0, which contains fixed/improved region inference for STS. The region resolution logic is now documented in https://www.npmjs.com/package/@aws-sdk/credential-providers ([v3.920.0](https://www.npmjs.com/package/@aws-sdk/credential-providers/v/3.920.0)), which shows the README contents...
please add a readme doc on how to use the AWS CLI v2 to confirm the desired behavior of this package also, please add unit and integration tests for all...
SRA retries were released in Dec '22 but don't appear in the changelog, perhaps due to formatting error in the commit message https://github.com/aws/aws-sdk-js-v3/compare/v3.228.0..v3.229.0
What is an example of a version only AWS SDK JS update?
These versions don't contain changes directly related to these packages, but contain updates from the SDK core such that there are detailed, sometimes minor functionality differences between the versions. The...
This wording is currently chosen by lerna, the monorepo manager. We don't currently have plans to migrate the monorepo system away from lerna, but moving to something like https://github.com/changesets/changesets may...
According to this service documentation, I only see STANDARD available: https://docs.aws.amazon.com/AmazonS3/latest/API/API_ObjectVersion.html. If DEEP_ARCHIVE is indeed available, we have to wait for the service to push the model update to the...