2.1.0 • Published 12 months ago

yqf-upyun-js-sdk v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
12 months ago

安装

npm install yqf-upyun-js-sdk

使用

import { Upyun } from "yqf-upyun-js-sdk";

/** 上传云服务 */
const upyunClient = new Upyun('your-bucket', async (bucket: string, date: string, policy: string) => {
    const { authorization } = await ...({
        bucket,
        date,
        policy,
    })
    return {
        authorization,
    }
});

const upyunFile = await upyunClient.uploadImage(file);
2.1.0

12 months ago

2.0.0

12 months ago

1.1.0

12 months ago

1.0.1

1 year ago