Feature(custom): support build-in s3 remote delete

This commit is contained in:
Kuingsmile
2024-01-19 18:00:34 -08:00
parent efc6a16dec
commit d1e27924a5
3 changed files with 5 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ import LskyplistApi from './lskyplist'
const apiMap: IStringKeyMap = {
aliyun: AliyunApi,
'aws-s3': AwsS3Api,
'aws-s3-plist': AwsS3Api,
github: GithubApi,
imgur: ImgurApi,
local: LocalApi,