Skip to content

Commit b7ced3d

Browse files
committed
docs: fix line length issue in docstring
1 parent bbb24ef commit b7ced3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/src/keyring/aws_kms/act_like_aws_kms_master_key_provider.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33
"""
4-
In earlier versions of the AWS Encryption SDK, you used master key providers to determine how your data keys are protected.
4+
In earlier versions of the AWS Encryption SDK,
5+
you used master key providers to determine how your data keys are protected.
56
6-
The AWS Encryption SDK provided an AWS KMS master key provider for interacting with AWS Key Management Service (AWS KMS).
7+
The AWS Encryption SDK provided an AWS KMS master key provider for
8+
interacting with AWS Key Management Service (AWS KMS).
79
Like the AWS KMS keyring,
810
the AWS KMS master key provider encrypts with all CMKs that you identify,
911
but unlike the AWS KMS keyring,

0 commit comments

Comments
 (0)