File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ and throughput optimizations across AWS SDKs.
68
68
When the AWS CRT is included, Boto3 uses it to incorporate features not otherwise
69
69
available in the AWS SDK for Python.
70
70
71
- At this time, Boto3 uses the AWS CRT's authentication package (`aws-c-auth
72
- <https://github.com/awslabs/aws-c-auth> `_) to add support for the `AWS Signature Version 4
73
- <https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html> `_ (sigv4) signer, which
74
- adds authentication to your AWS requests using your security credentials (your AWS access key and
75
- secret access key).
71
+ You'll find it used in features like:
76
72
77
- Boto3 doesn't use the AWS CRT by default but you can opt into using it by specifying the
73
+ - `Amazon S3 Multi-Region Access Points <https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPoints.html >`_
74
+ - `Amazon S3 Object Integrity <https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html >`_
75
+ - Amazon EventBridge Global Endpoints
76
+
77
+ However, Boto3 doesn't use the AWS CRT by default but you can opt into using it by specifying the
78
78
:code: `crt ` `extra feature <https://www.python.org/dev/peps/pep-0508/#extras >`_ when installing Boto3::
79
79
80
80
pip install boto3[crt]
You can’t perform that action at this time.
0 commit comments