Skip to content

Commit

Permalink
Merge pull request #3032 from LiteFarmOrg/LF-3389-migrate-aws-sdk-fro…
Browse files Browse the repository at this point in the history
…m-v-2-to-v-3

LF-3916 Fix beta issue for aws-sdk v3
  • Loading branch information
kathyavini authored Dec 7, 2023
2 parents 6039768 + c3c2391 commit 6a6bf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/util/digitalOceanSpaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getImaginaryUrl(
return reqUrl.toString();
}

const DO_ENDPOINT = 'nyc3.digitaloceanspaces.com';
const DO_ENDPOINT = 'https://nyc3.digitaloceanspaces.com';
const MINIO_ENDPOINT = process.env.MINIO_ENDPOINT;

const s3 = new S3Client({
Expand Down

0 comments on commit 6a6bf9d

Please sign in to comment.