aliyunoss-cli
    Preparing search index...

    Interface ObjectCallback

    interface ObjectCallback {
        body: string;
        contentType?: string;
        customValue?: object;
        headers?: object;
        host?: string;
        url: string;
    }
    Index
    body: string

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

    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.

    customValue?: object
    headers?: object

    extra headers, detail see RFC 2616

    host?: string

    The host header value for initiating callback requests.

    url: string

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