Skip to content

Commit

Permalink
fix(s3): fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Feb 29, 2024
1 parent ad35245 commit dc947ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -57,7 +57,7 @@ import { join } from "node:path";
import { Upload } from "@aws-sdk/lib-storage";

const s3 = new S3Client({
endpoint: "http://localhost:9000",
endpoint: domifaConfig().upload.bucketEndpoint,
credentials: {
accessKeyId: domifaConfig().upload.bucketAccessKey,
secretAccessKey: domifaConfig().upload.bucketSecretKey,

0 comments on commit dc947ee

Please sign in to comment.