Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not check all chunks of a chunked upload if we do not need to
Fixes #22601 Before we did a full test on all chunks to verify if a chunked upload was completed. This is unneeded since if we are missing one chunk we can already fail. Also we look from back to front since it is much more likely that we find a missing chunk thus can error out early.
- Loading branch information