interface Settings {
    baseCDN?: string;
    baseURL?: string;
    checkForUrlDuplicates?: boolean;
    contentType?: string;
    fileName?: string;
    integration?: string;
    jsonpCallback?: string;
    maxConcurrentRequests?: number;
    maxContentLength?: number;
    multipartChunkSize?: number;
    multipartMinFileSize?: number;
    multipartMinLastPartSize?: number;
    pollingTimeoutMilliseconds?: number;
    publicKey: string;
    pusherKey?: string;
    retryNetworkErrorMaxTimes?: number;
    retryThrottledRequestMaxTimes?: number;
    saveUrlForRecurrentUploads?: boolean;
    secureExpire?: string;
    secureSignature?: string;
    source?: string;
    store?: StoreValue;
    userAgent?: CustomUserAgent;
}

Hierarchy

  • Partial<DefaultSettings>
    • Settings

Properties

baseCDN?: string
baseURL?: string
checkForUrlDuplicates?: boolean
contentType?: string
fileName?: string
integration?: string
jsonpCallback?: string
maxConcurrentRequests?: number
maxContentLength?: number
multipartChunkSize?: number
multipartMinFileSize?: number
multipartMinLastPartSize?: number
pollingTimeoutMilliseconds?: number
publicKey: string
pusherKey?: string
retryNetworkErrorMaxTimes?: number
retryThrottledRequestMaxTimes?: number
saveUrlForRecurrentUploads?: boolean
secureExpire?: string
secureSignature?: string
source?: string
store?: StoreValue
userAgent?: CustomUserAgent

Generated using TypeDoc