Skip to content

Commit 7939adf

Browse files
authored
Hide email from crawlers (aws#63)
The email was exposed to all crawlers and by changing "@" to " [at] " it's not easy to find anymore.
1 parent 173b463 commit 7939adf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ The command returns results that are similar to the following:
463463

464464
.. code-block:: text
465465
466-
gpg: key 60EB103AE314A809: public key "Stepfunctions-Python-SDK-Signing <stepfunctions-developer-experience@amazon.com>" imported
466+
gpg: key 60EB103AE314A809: public key "Stepfunctions-Python-SDK-Signing <stepfunctions-developer-experience [at] amazon.com>" imported
467467
gpg: Total number processed: 1
468468
gpg: imported: 1
469469
@@ -484,7 +484,7 @@ This command returns results similar to the following:
484484
pub rsa4096 2019-10-31 [SC] [expires: 2030-10-31] CC16 0577 B7BF 9D3D 6E5D
485485
51C5 60EB 103A E314 A809 uid [ unknown]
486486
Stepfunctions-Python-SDK-Signing
487-
<stepfunctions-developer-experience@amazon.com> sub rsa4096 2019-10-31 [E]
487+
<stepfunctions-developer-experience [at] amazon.com> sub rsa4096 2019-10-31 [E]
488488
[expires: 2030-10-31]
489489
490490
Additionally, the fingerprint string should be identical to CC16 0577 B7BF
@@ -529,13 +529,13 @@ The output should look something like the following:
529529
530530
gpg: Signature made Thu 31 Oct 12:14:53 2019 PDT
531531
gpg: using RSA key CC160577B7BF9D3D6E5D51C560EB103AE314A809
532-
gpg: Good signature from "Stepfunctions-Python-SDK-Signing <stepfunctions-developer-experience@amazon.com>" [unknown]
532+
gpg: Good signature from "Stepfunctions-Python-SDK-Signing <stepfunctions-developer-experience [at] amazon.com>" [unknown]
533533
gpg: WARNING: This key is not certified with a trusted signature!
534534
gpg: There is no indication that the signature belongs to the owner.
535535
Primary key fingerprint: CC16 0577 B7BF 9D3D 6E5D 51C5 60EB 103A E314 A809
536536
537537
If the output contains the phrase Good signature from "AWS Data Science
538-
Workflows Python SDK <stepfunctions-developer-experience@amazon.com>", it means
538+
Workflows Python SDK <stepfunctions-developer-experience [at] amazon.com>", it means
539539
that the signature has successfully been verified, and you can proceed to run
540540
the AWS Data Science Workflows Python SDK package.
541541

0 commit comments

Comments
 (0)