Browse Source

Add `companionCookiesRule` type to @uppy/aws-s3-multipart (#3623)

Mauricio Ribeiro 3 years ago
parent
commit
a889afce8d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/aws-s3-multipart/types/index.d.ts

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

@@ -11,6 +11,7 @@ export interface AwsS3Part {
 interface AwsS3MultipartOptions extends PluginOptions {
     companionHeaders?: { [type: string]: string }
     companionUrl?: string
+    companionCookiesRule?: string
     getChunkSize?: (file: UppyFile) => number
     createMultipartUpload?: (
       file: UppyFile