Skip to content

Commit

Permalink
docs: update retry link (#5178)
Browse files Browse the repository at this point in the history
  • Loading branch information
RanVaknin authored Sep 5, 2023
1 parent 4adc48a commit 515ea2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ This list is indexed by [v2 config parameters](https://docs.aws.amazon.com/AWSJa
- [`retryDelayOptions`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#retryDelayOptions-property)
- **v2**: A set of options to configure the retry delay on retryable errors.
- **v3**: **Deprecated**. SDK supports more flexible retry strategy with `retryStrategy` client constructor option. See
more [in v3 reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/interfaces/_aws_sdk_types.retrystrategy-1.html)
more [in v3 reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-smithy-util-retry/)
- [`s3BucketEndpoint`](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/Config.html#s3BucketEndpoint-property)
- **v2**: Whether the provided endpoint addresses an individual bucket (false if it addresses the root API endpoint).
- **v3**: Changed to `bucketEndpoint`. See more in [v3 reference for bucketEndpoint](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-s3/interfaces/s3clientconfig.html#bucketendpoint).
Expand Down

0 comments on commit 515ea2e

Please sign in to comment.