Skip to content

Commit fd92ff3

Browse files
committed
🚑 December 2024 aws changes
1 parent a0421f6 commit fd92ff3

File tree

1 file changed

+2
-0
lines changed
  • packages/server/src/utils

1 file changed

+2
-0
lines changed

‎packages/server/src/utils/s3.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export default class StorageService {
1515
constructor() {
1616
this.s3Client = new S3({
1717
endpoint: 'https://ams3.digitaloceanspaces.com',
18+
requestChecksumCalculation: "WHEN_REQUIRED",
19+
responseChecksumValidation: "WHEN_REQUIRED",
1820
region: 'us-east-1',
1921
credentials: {
2022
accessKeyId: apiKey,

0 commit comments

Comments
 (0)