Skip to content

Commit 0a97da3

Browse files
authored
@aws-s3-multipart: remove unused timeout option (transloadit#4186)
1 parent b7090a2 commit 0a97da3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/@uppy/aws-s3-multipart/src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export default class AwsS3Multipart extends BasePlugin {
3232
this.#client = new RequestClient(uppy, opts)
3333

3434
const defaultOptions = {
35-
timeout: 30 * 1000,
3635
limit: 0,
3736
retryDelays: [0, 1000, 3000, 5000],
3837
createMultipartUpload: this.createMultipartUpload.bind(this),

packages/@uppy/aws-s3-multipart/types/index.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ export interface AwsS3MultipartOptions extends PluginOptions {
3232
file: UppyFile,
3333
opts: { uploadId: string; key: string; parts: AwsS3Part[] }
3434
) => MaybePromise<{ location?: string }>
35-
timeout?: number
3635
limit?: number
3736
retryDelays?: number[] | null
3837
}

0 commit comments

Comments
 (0)