aliyunoss-cli
    Preparing search index...

    Interface PutStreamOptions

    interface PutStreamOptions {
        callback: ObjectCallback;
        contentLength?: number;
        headers?: object;
        meta: UserMeta;
        mime: string;
        timeout: number;
    }
    Index
    callback: ObjectCallback
    contentLength?: number

    the stream length, chunked encoding will be used if absent

    headers?: object
    meta: UserMeta
    mime: string

    custom mime, will send with Content-Type entity header

    timeout: number

    the operation timeout