Skip to content

Commit

Permalink
@uppy/aws-s3: Update types (#4294)
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-kuro authored Apr 3, 2023
1 parent 5ec7187 commit 6df62c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@uppy/aws-s3/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface AwsS3UploadParameters {
}

export interface AwsS3Options extends PluginOptions {
companionHeaders?: { [type: string]: string }
companionUrl?: string
getUploadParameters?: (file: UppyFile) => MaybePromise<AwsS3UploadParameters>
allowedMetaFields?: string[] | null
Expand Down

0 comments on commit 6df62c5

Please sign in to comment.