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 4bfeb6b commit 55eeec5Copy full SHA for 55eeec5
main.ts
@@ -195,7 +195,7 @@ export default class DiffZipBackupPlugin extends Plugin {
195
await client.putObject({
196
Bucket: this.settings.bucket,
197
Key: fullPath,
198
- Body: new Blob([data], { type: "application/octet-stream" }),
+ Body: new Uint8Array(data),
199
});
200
}
201
async readBinaryS3(fullPath: string) {
0 commit comments