nodejs-storage
nodejs-storage copied to clipboard
retries for `this.delete` in `file.move` is not idempotency compliant
Line here: https://github.com/googleapis/nodejs-storage/blob/main/src/file.ts#L3382
Investigation still needs to be done to determine if this is retrying always or never retrying. Regardless, preconditions should be implemented and this call should only conditionally retry.