Description
motivation: dandi/dandi-cli#923 (comment) -- in dandi-cli, to possibly avoid relatively expensive checksumming of the content to decide either a (changed) file within zarr needs to be reuploaded, we first check the size(s) of the file. If that one changed -- we know that we need to reupload even without computing its checksum.
It would be helpful if that API endpoint also returned sizes of the files (if it can do it without extra runtime penalty)