Hierarchy

  • AliOSSOptions

Properties

accessKeyId?: string

OSS 访问 key

accessKeySecret?: string

OSS 访问 secret

bucket?: string

OSS 存储空间

options?: {
    headers?: any;
}

可用于设置文件的请求头、超时时间等

参考: https://github.com/ali-sdk/ali-oss#putname-file-options

默认值: undefined

Type declaration

  • Optional headers?: any
region?: string

OSS 服务节点, eg: oss-cn-hangzhou

Generated using TypeDoc