We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0fc7 commit dee9a83Copy full SHA for dee9a83
securesystemslib/signer/_aws_signer.py
@@ -191,7 +191,7 @@ def import_(
191
def sign(self, payload: bytes) -> Signature:
192
"""Sign the payload with the AWS KMS key
193
194
- This method computes the hash of the payload locally and sends only the
+ This method computes the hash of the payload locally and sends only the
195
digest to AWS KMS for signing, removing the 4KB message size limitation
196
that exists when using MessageType="RAW".
197
0 commit comments