Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ImageClientOptions

Hierarchy

  • ImageClientOptions

Index

Properties

accessKeyId

accessKeyId: string

access key you create on aliyun console website

accessKeySecret

accessKeySecret: string

access secret you create

bucket

bucket: string

the default bucket you want to access If you don't have any bucket, please use putBucket() create one first.

imageHost

imageHost: string

your image service domain that binding to a OSS bucket

Optional internal

internal: boolean

access OSS with aliyun internal network or not, default is false If your servers are running on aliyun too, you can set true to save lot of money.

Optional region

region: string

the bucket data region location, please see Data Regions, default is oss-cn-hangzhou

Optional timeout

timeout: string | number

instance level timeout for all operations, default is 60s

Generated using TypeDoc