Fixes #3
This commit is contained in:
parent
5999e6b3f4
commit
4d69c4c696
2
deps.ts
2
deps.ts
|
@ -15,7 +15,7 @@ export const s3 = new ApiFactory({
|
|||
awsAccessKeyId: Deno.env.get("S3_ACCESS_KEY_ID")!,
|
||||
awsSecretKey: Deno.env.get("S3_SECRET_KEY")!,
|
||||
},
|
||||
fixedEndpoint: "https://s3.us-west-004.backblazeb2.com",
|
||||
fixedEndpoint: Deno.env.get("S3_ENDPOINT_URL"),
|
||||
region: "us-west-004",
|
||||
}).makeNew(S3);
|
||||
|
||||
|
|
Loading…
Reference in a new issue