We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42fb66 commit ef05d74Copy full SHA for ef05d74
storage/api/customer_supplied_keys.py
@@ -43,7 +43,7 @@
43
# is a bad idea to store your encryption keys in your source code.
44
ENCRYPTION_KEY = '4RzDI0TeWa9M/nAvYH05qbCskPaSU/CFV5HeCxk0IUA='
45
46
-# You can use openssl to quicly calculate the hash of any key.
+# You can use openssl to quickly calculate the hash of any key.
47
# Try running this:
48
# openssl base64 -d <<< ENCRYPTION_KEY | openssl dgst -sha256 -binary \
49
# | openssl base64
0 commit comments