|
@@ -14,6 +14,7 @@ export interface AwsS3Options extends PluginOptions {
|
|
companionUrl?: string
|
|
companionUrl?: string
|
|
getUploadParameters?: (file: UppyFile) => MaybePromise<AwsS3UploadParameters>
|
|
getUploadParameters?: (file: UppyFile) => MaybePromise<AwsS3UploadParameters>
|
|
allowedMetaFields?: string[] | null
|
|
allowedMetaFields?: string[] | null
|
|
|
|
+ /** @deprecated future versions of this plugin will use the Expires value from the backend */
|
|
timeout?: number
|
|
timeout?: number
|
|
limit?: number
|
|
limit?: number
|
|
}
|
|
}
|