fix(s3): Add requestChecksumCalculation config option

Closes #1619
This commit is contained in:
Maksim Eltyshev
2026-04-01 22:12:58 +02:00
parent 9abad91b04
commit dbad8e976b
5 changed files with 12 additions and 2 deletions
+1
View File
@@ -72,6 +72,7 @@ module.exports.custom = {
s3SecretAccessKey: process.env.S3_SECRET_ACCESS_KEY,
s3Bucket: process.env.S3_BUCKET,
s3ForcePathStyle: process.env.S3_FORCE_PATH_STYLE === 'true',
s3RequestChecksumCalculation: process.env.S3_REQUEST_CHECKSUM_CALCULATION,
oidcIssuer: process.env.OIDC_ISSUER,
oidcClientId: process.env.OIDC_CLIENT_ID,