operations_hashsum
Generate hash sums for files in cloud storage to verify integrity or detect changes. Supports algorithms like md5 and sha1 with optional base64 encoding.
Instructions
Generate hash sums — Produces a hash sum listing for files under the given path using the requested hash algorithm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path to hash, such as `drive:` or `/`. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| base64 | No | Set to true to emit hash values in base64 rather than hexadecimal. | |
| download | No | Set to true to force reading the data instead of using remote checksums. | |
| hashType | No | Hash algorithm to use, e.g. `md5`, `sha1`, or another supported name. |