Forráskód Böngészése

@uppy/aws-s3: Update types (#4294)

Minh Hieu 2 éve
szülő
commit
6df62c5bc8
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      packages/@uppy/aws-s3/types/index.d.ts

+ 1 - 0
packages/@uppy/aws-s3/types/index.d.ts

@@ -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