1
0
mirror of https://github.com/MisskeyIO/misskey synced 2025-01-24 02:33:48 +09:00

Merge tag '2024.5.0-io.7a' into bun

This commit is contained in:
あわわわとーにゅ 2025-01-17 05:01:21 +09:00
commit c075b1356e
No known key found for this signature in database
GPG Key ID: 6AFBBF529601C1DB
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "misskey",
"version": "2024.5.0-io.7",
"version": "2024.5.0-io.7a",
"codename": "nasubi",
"repository": {
"type": "git",

View File

@ -46,6 +46,8 @@ export class S3Service {
tls: meta.objectStorageUseSSL,
forcePathStyle: meta.objectStorageEndpoint ? meta.objectStorageS3ForcePathStyle : false, // AWS with endPoint omitted
requestHandler: new NodeHttpHandler(handlerOption),
requestChecksumCalculation: 'WHEN_REQUIRED',
responseChecksumValidation: 'WHEN_REQUIRED',
});
}

View File

@ -1,7 +1,7 @@
{
"type": "module",
"name": "misskey-js",
"version": "2024.5.0-io.7",
"version": "2024.5.0-io.7a",
"description": "Misskey SDK for JavaScript",
"types": "./built/dts/index.d.ts",
"exports": {