aliyunoss-cli
    Preparing search index...

    Interface CORSRule

    interface CORSRule {
        allowedHeader?: string | string[];
        allowedMethod: string | string[];
        allowedOrigin: string | string[];
        exposeHeader?: string | string[];
        maxAgeSeconds?: string | string[];
    }
    Index
    allowedHeader?: string | string[]

    configure for Access-Control-Allow-Headers header

    allowedMethod: string | string[]

    configure for Access-Control-Allow-Methods header

    allowedOrigin: string | string[]

    configure for Access-Control-Allow-Origin header

    exposeHeader?: string | string[]

    configure for Access-Control-Expose-Headers header

    maxAgeSeconds?: string | string[]

    configure for Access-Control-Max-Age header