Skip to content

Commit

Permalink
Merge pull request #897 from update-host
Browse files Browse the repository at this point in the history
Update host
  • Loading branch information
u1-liquid authored Jan 16, 2025
2 parents b5f27be + e7e792f commit 910f711
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.5.0-host.7",
"version": "2024.5.0-host.7a",
"codename": "nasubi",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/backend/src/core/S3Service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export class S3Service {
tls: this.config.s3?.useSSL,
forcePathStyle: this.config.s3?.options?.forcePathStyle ?? false, // AWS with endPoint omitted
requestHandler: new NodeHttpHandler(handlerOption),
requestChecksumCalculation: 'WHEN_REQUIRED',
responseChecksumValidation: 'WHEN_REQUIRED',
});
}

Expand Down
2 changes: 1 addition & 1 deletion packages/misskey-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2024.5.0-host.7",
"version": "2024.5.0-host.7a",
"description": "Misskey SDK for JavaScript",
"types": "./built/dts/index.d.ts",
"exports": {
Expand Down

0 comments on commit 910f711

Please sign in to comment.