RemoveWithPathInput: StorageRemoveInputWithPath<Omit<RemoveOptions, "accessLevel"> & {
    onProgress?(progress): void;
}>

Input type with path for S3 remove API.