Преглед на файлове

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

Antoine du Hamel преди 2 години
родител
ревизия
e361267eb9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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
 }