@@ -259,30 +259,10 @@ Simply downcase the service module name for the helper:
259259The AWS SDK for Ruby has optional functionality that requires the
260260[ AWS Common Runtime (CRT)] ( https://docs.aws.amazon.com/sdkref/latest/guide/common-runtime.html )
261261bindings to be included as a dependency with your application. This functionality includes:
262- * [ Amazon S3 Multi-Region Access Points] ( https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPoints.html )
263262* CRC-32c support for [ S3 Additional Checksums] ( https://aws.amazon.com/blogs/aws/new-additional-checksum-algorithms-for-amazon-s3/ )
264263
265- If the required AWS Common Runtime dependency is not installed you will receive an error
266- indicating that the required dependency is missing to use the associated functionality. To install this dependency follow
267- the provided [ instructions] ( #installing-the-aws-common-runtime-crt-dependency ) .
268-
269- ### Installing the AWS Common Runtime (CRT) Dependency
270264AWS CRT bindings are in developer preview and are available in the
271- the [ aws-crt] ( https://rubygems.org/gems/aws-crt/ ) gem. You can install them
272- by adding the ` aws-crt ` gem to your Gemfile.
273-
274- [ Sigv4a] ( https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html )
275- is an extension to Sigv4 that allows signatures that are valid in more than one region.
276- Sigv4a is required to use some services/operations such as
277- [ S3 Multi-Region Access Points] ( https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPoints.html )
278- and Amazon EventBridge Global Endpoints.
279- Currently sigv4a requires the [ aws-crt] ( https://rubygems.org/gems/aws-crt/ ) gem. The ` aws-sigv4 ` signers
280- will automatically use the CRT provided signers with support for ` sigv4a ` when the ` aws-crt ` gem is available.
281-
282- ``` ruby
283- gem ' aws-sdk-s3' , ' ~> 1'
284- gem ' aws-sigv4' , ' 1.4.1.crt'
285- ```
265+ the [ aws-crt] ( https://rubygems.org/gems/aws-crt/ ) gem. You can install them by adding the ` aws-crt ` gem to your Gemfile.
286266
287267## Getting Help
288268
0 commit comments