We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0421f6 commit fd92ff3Copy full SHA for fd92ff3
‎packages/server/src/utils/s3.ts
@@ -15,6 +15,8 @@ export default class StorageService {
15
constructor() {
16
this.s3Client = new S3({
17
endpoint: 'https://ams3.digitaloceanspaces.com',
18
+ requestChecksumCalculation: "WHEN_REQUIRED",
19
+ responseChecksumValidation: "WHEN_REQUIRED",
20
region: 'us-east-1',
21
credentials: {
22
accessKeyId: apiKey,
0 commit comments