Skip to content

Commit b6d6eb5

Browse files
authored
Add CRT examples to docs (#3217)
1 parent 604ecaa commit b6d6eb5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/source/guide/quickstart.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ and throughput optimizations across AWS SDKs.
6868
When the AWS CRT is included, Boto3 uses it to incorporate features not otherwise
6969
available in the AWS SDK for Python.
7070

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:
7672

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
7878
:code:`crt` `extra feature <https://www.python.org/dev/peps/pep-0508/#extras>`_ when installing Boto3::
7979

8080
pip install boto3[crt]

0 commit comments

Comments
 (0)