瀏覽代碼

@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
 }