Skip to content

Commit d821116

Browse files
committed
README: Add sha256 and sha512 to list of agg vars
1 parent a23aa90 commit d821116

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ following additional special variables:
145145
- `$upload_file_md5_uc`: MD5 checksum of the file in uppercase letters
146146
- `$upload_file_sha1`: SHA1 checksum of the file
147147
- `$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
148152
- `$upload_file_crc32`: hexdecimal value of CRC32 of the file
149153
- `$upload_file_size`: size of the file in bytes
150154
- `$upload_file_number`: ordinal number of file in request body

0 commit comments

Comments
 (0)