Ensure purgeuploads_test WalkFn is thread safe
To support #3 (closed) all functions passed to Walk must be thread safe. This function needs to be reviewed and tested so that it can safely run inside of a goroutine.
To support #3 (closed) all functions passed to Walk must be thread safe. This function needs to be reviewed and tested so that it can safely run inside of a goroutine.