Explorar o código

@uppy/aws-s3: deprecate `timeout` option (#4298)

Antoine du Hamel %!s(int64=2) %!d(string=hai) anos
pai
achega
e361267eb9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/@uppy/aws-s3/types/index.d.ts

+ 1 - 0
packages/@uppy/aws-s3/types/index.d.ts

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