Skip to content

Commit

Permalink
Update upload-url.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrsulov authored Mar 15, 2021
1 parent 3adec64 commit 7d69bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/api/upload-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default async function handler(req, res) {
secretAccessKey: process.env.SECRET_KEY,
region: process.env.REGION,
endpoint: "https://yenda.sfo3.digitaloceanspaces.com",
signatureVersion: 'v4',
signatureVersion: 'v3',
});

const s3 = new aws.S3();
Expand Down

1 comment on commit 7d69bf1

@vercel
Copy link

@vercel vercel bot commented on 7d69bf1 Mar 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.