UNPKG

@nos-sdk/nos-node-sdk

Version:

NOS Node.js SDK实现了NOS对象操作接口,基于此SDK能方便快速地实现JavaScript应用程序来使用NOS的对象存储服务。

3 lines (2 loc) 157 B
import { Resource } from '../type/resource'; export declare function signature(secretKey: string, verb: string, headers: any, resource: Resource): string;