Skip to content

nsuite v2.2.1


nsuite / deleteRemotePathListFromQiniuOSS

Function: deleteRemotePathListFromQiniuOSS()

deleteRemotePathListFromQiniuOSS(payload): Promise<ReturnQiniuOSSDeleteRemotePathList>

Defined in: UtilsQiniuOSS.ts:405

Deletes all Qiniu objects under the supplied remote path prefixes.

Parameters

payload

ParamsQiniuOSSDeleteRemotePathList

The bucket manager, bucket, and prefixes to delete.

Returns

Promise<ReturnQiniuOSSDeleteRemotePathList>

The object keys that were deleted and those that failed.

Released under the Apache-2.0 License.