Skip to content

Commit 13934d1

Browse files
committed
Update README.
1 parent feeb0f4 commit 13934d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,9 @@ You can find the archive for _**legacy**_ Unity support at https://github.com/aw
7171

7272
This SDK has optional functionality that requires the [AWS Common Runtime (CRT)](https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html)
7373
bindings to be included as a dependency with your application. This functionality includes:
74-
* [Amazon S3 Multi-Region Access Points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPoints.html)
7574
* [Amazon S3 Object Integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html)
76-
* Amazon EventBridge Global Endpoints
7775

78-
If the required AWS Common Runtime components are not installed you will receive an error like `Attempting to make a request that requires an implementation of AWS Signature V4a. Add a reference to the AWSSDK.Extensions.CrtIntegration NuGet package to your project to include the AWS Signature V4a signer.`,
76+
If the required AWS Common Runtime components are not installed you will receive an error like `Attempting to handle a request that requires additional checksums. Add a reference to the AWSSDK.Extensions.CrtIntegration NuGet package to your project to include the AWS Common Runtime checksum implementation.`,
7977
indicating that the required dependency is missing to use the associated functionality. To install this dependency follow
8078
the provided [instructions](#installing-the-aws-common-runtime-crt-dependency).
8179

0 commit comments

Comments
 (0)