Skip to content

Commit 15ff18b

Browse files
committed
f
1 parent 631700e commit 15ff18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ export interface IObjectSimple {
574574
/**
575575
* Upload a part in a multipart upload transaction.
576576
*/
577-
uploadPart(name: string, uploadId: string, partNo: number, file: any, start: number, end: number, options?: UploadPartOptions): Promise<UploadPartResult>;
577+
uploadPart(name: string, uploadId: string, partNo: number, file: string | Buffer | Readable, start: number, end: number, options?: UploadPartOptions): Promise<UploadPartResult>;
578578

579579
/**
580580
* Signature a url for the object.

0 commit comments

Comments
 (0)