aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.04k stars 569 forks source link

Broken link to RetryInputConfig in Notable-Changes #6396

Open aBurmeseDev opened 3 weeks ago

aBurmeseDev commented 3 weeks ago

Describe the issue

Link broken in Notable-Changes (UPGRADING.md)

See more in v3 reference for RetryInputConfig

maxRetries v2: The maximum amount of retries to perform for a service request. v3: Changed to maxAttempts. See more in v3 reference for RetryInputConfig. Note that the maxAttempt should be maxRetries + 1.

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/migrating/notable-changes/#maxretries

aBurmeseDev commented 3 weeks ago

Screenshot 2024-08-20 at 10 46 27 AM