Skip to content

Commit c8fd844

Browse files
Update packages/aws-sdk-signers/README.md
Co-authored-by: SamRemis <[email protected]>
1 parent 77c9099 commit c8fd844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-sdk-signers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Both of these signers takes three inputs to their primary `sign` method.
2323
* An optional boolean, payload_signing_enabled to toggle payload signing. True by default.
2424
* An optional boolean, content_checksum_enabled, to include the x-amz-content-sha256 header. True by default.
2525
* An optional boolean, uri_encode_path, to toggle double-encoding the URI path. True by default.
26-
* An [**AWSRequest**](https://github.com/smithy-lang/smithy-python/blob/3d205be8ece1c5f4c992a29ce9757c5562e59322/packages/aws-sdk-signers/src/aws_sdk_signers/_http.py#L335), similar to the AWSRequest object from boto3 or Requests.
26+
* An [**AWSRequest**](https://github.com/smithy-lang/smithy-python/blob/3d205be8ece1c5f4c992a29ce9757c5562e59322/packages/aws-sdk-signers/src/aws_sdk_signers/_http.py#L335), similar to the [AWSRequest object](https://botocore.amazonaws.com/v1/documentation/api/latest/reference/awsrequest.html) from boto3 or the [Request object](https://requests.readthedocs.io/en/latest/api/#requests.request) from Requests.
2727
* An [**AWSCredentialIdentity**](https://github.com/smithy-lang/smithy-python/blob/3d205be8ece1c5f4c992a29ce9757c5562e59322/packages/aws-sdk-signers/src/aws_sdk_signers/_identity.py#L11), a dataclass holding standard AWS credential information.
2828

2929
## License

0 commit comments

Comments
 (0)