Skip to content

Commit c075b13

Browse files
committed
Merge tag '2024.5.0-io.7a' into bun
2 parents 2ec5f01 + f69e489 commit c075b13

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "misskey",
3-
"version": "2024.5.0-io.7",
3+
"version": "2024.5.0-io.7a",
44
"codename": "nasubi",
55
"repository": {
66
"type": "git",

packages/backend/src/core/S3Service.ts

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ export class S3Service {
4646
tls: meta.objectStorageUseSSL,
4747
forcePathStyle: meta.objectStorageEndpoint ? meta.objectStorageS3ForcePathStyle : false, // AWS with endPoint omitted
4848
requestHandler: new NodeHttpHandler(handlerOption),
49+
requestChecksumCalculation: 'WHEN_REQUIRED',
50+
responseChecksumValidation: 'WHEN_REQUIRED',
4951
});
5052
}
5153

packages/misskey-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "misskey-js",
4-
"version": "2024.5.0-io.7",
4+
"version": "2024.5.0-io.7a",
55
"description": "Misskey SDK for JavaScript",
66
"types": "./built/dts/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)