Generates a lock ID based on the file URI.
protected static function generateLockId(string $fileUri) : string { return 'file:upload:' . Crypt::hashBase64($fileUri); }