Merge branch main

This commit is contained in:
Antoine du Hamel 2024-07-02 16:15:36 +02:00
commit 37ad27d5d1
No known key found for this signature in database
GPG key ID: 21D900FFDB233756
19 changed files with 122 additions and 12 deletions

View file

@ -58,6 +58,7 @@ function getS3Client() {
accessKeyId: process.env.COMPANION_AWS_KEY,
secretAccessKey: process.env.COMPANION_AWS_SECRET,
},
forcePathStyle: process.env.COMPANION_AWS_FORCE_PATH_STYLE === 'true',
})
return s3Client
}