In "--fast" option for git annex get? it was indicated that git annex get --fast doesn't have any effect.

In an HPC context, users are frequently expected to use login (or dedicated data transfer) nodes for data transfer, and can get their sessions killed for excessive CPU use. For OpenNeuro, the high bandwidth between many HPC centers and S3 means that checksums can become the bottleneck in data transfer. I would like to be able to recommend something like:

git annex get -f s3-PUBLIC --fast --all
srun git annex fsck

Is this feasible?