Feature: add remote delete support for huawei obs and doge cloud

This commit is contained in:
萌萌哒赫萝
2023-08-21 19:48:18 -07:00
parent 78be49d57b
commit 746360b486
9 changed files with 191 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ export async function getTempToken (accessKey: string, secretKey: string): Promi
Credentials: {
'doge-token': {
token,
expires: Date.now() + 7200000
expires: data.ExpiredAt * 1000
}
}
})