Ver Fonte

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

Antoine du Hamel há 2 anos atrás
pai
commit
e361267eb9
1 ficheiros alterados com 1 adições e 0 exclusões
  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
 }