Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ObjectCallback

Hierarchy

  • ObjectCallback

Index

Properties

body

body: string

The value of the request body when a callback is initiated, for example, key=$(key)&etag=$(etag)&my_var=$(x:my_var).

Optional contentType

contentType: string

The Content-Type of the callback requests initiatiated, It supports application/x-www-form-urlencoded and application/json, and the former is the default value.

Optional customValue

customValue: object

Optional headers

headers: object

extra headers, detail see RFC 2616

Optional host

host: string

The host header value for initiating callback requests.

url

url: string

After a file is uploaded successfully, the OSS sends a callback request to this URL.

Generated using TypeDoc