aliyunoss-cli
    Preparing search index...

    Interface SignatureUrlOptions

    interface SignatureUrlOptions {
        callback?: ObjectCallback;
        "Content-Type"?: string;
        expires?: number;
        method?: HTTPMethods;
        process?: string;
        response?: ResponseHeaderType;
        subResource?: object;
        trafficLimit?: number;
    }
    Index
    callback?: ObjectCallback

    set the callback for the operation

    "Content-Type"?: string

    set the request content type

    expires?: number

    after expires seconds, the url will become invalid, default is 1800

    method?: HTTPMethods

    the HTTP method, default is 'GET'

    process?: string

    image process params, will send with x-oss-process e.g.: {process: 'image/resize,w_200'}

    set the response headers for download

    subResource?: object

    additional signature parameters in url

    trafficLimit?: number

    traffic limit, range: 819200~838860800