Skip to content

Commit 9ddf916

Browse files
authored
Merge pull request #112 from maxschmeling/patch-2
Adds "method" to StartUploadArgs type definition.
2 parents 91e5d75 + cdec1bc commit 9ddf916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export type NotificationArgs = {
1313
export type StartUploadArgs = {
1414
url: string,
1515
path: string,
16+
method?: 'PUT' | 'POST',
1617
// Optional, because raw is default
1718
type?: 'raw' | 'multipart',
1819
// This option is needed for multipart type

0 commit comments

Comments
 (0)