We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a23aa90 commit d821116Copy full SHA for d821116
README.md
@@ -145,6 +145,10 @@ following additional special variables:
145
- `$upload_file_md5_uc`: MD5 checksum of the file in uppercase letters
146
- `$upload_file_sha1`: SHA1 checksum of the file
147
- `$upload_file_sha1_uc`: SHA1 checksum of the file in uppercase letters
148
+ - `$upload_file_sha256`: SHA256 checksum of the file
149
+ - `$upload_file_sha256_uc`: SHA256 checksum of the file in uppercase letters
150
+ - `$upload_file_sha512`: SHA512 checksum of the file
151
+ - `$upload_file_sha512_uc`: SHA512 checksum of the file in uppercase letters
152
- `$upload_file_crc32`: hexdecimal value of CRC32 of the file
153
- `$upload_file_size`: size of the file in bytes
154
- `$upload_file_number`: ordinal number of file in request body
0 commit comments