-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Description
code:
const s3 = new ApiFactory({
credentials: {
awsAccessKeyId: Deno.env.get("S3_ACCESS_KEY_ID")!,
awsSecretKey: Deno.env.get("S3_SECRET_KEY")!,
},
fixedEndpoint: "https://s3.us-west-004.backblazeb2.com",
region: "us-west-004",
}).makeNew(S3);
await s3.createBucket({
Bucket: s3Bucket,
});
error:
header 'x-amz-content-sha256' must be included in signature [Request ID: 6df5c7d7d56e595d
sha256 is not sent alongside requests to b2 (b2 requires sha256's)
Metadata
Metadata
Assignees
Labels
No labels