We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b9c5 commit eb47a0fCopy full SHA for eb47a0f
lib/s3/managed_upload.d.ts
@@ -16,7 +16,7 @@ export class ManagedUpload {
16
/**
17
* Initiates the managed upload for the payload.
18
*/
19
- send(callback?: (err: AWSError, data: ManagedUpload.SendData) => void): void;
+ send(callback?: (err: AWSError|null, data: ManagedUpload.SendData) => void): void;
20
21
* Adds a listener that is triggered when theuploader has uploaded more data.
22
*
0 commit comments