We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a1ad0 commit 07bac0bCopy full SHA for 07bac0b
1 file changed
src/lib/s3.ts
@@ -10,7 +10,7 @@ import { getSignedUrl } from "@aws-sdk/s3-request-presigner";
10
11
export const s3 = new S3Client({
12
region: "auto",
13
- endpoint: process.env.S3_ENDPOINT,
+ endpoint: env.S3_ENDPOINT,
14
credentials: {
15
accessKeyId: env.S3_ACCESS_KEY,
16
secretAccessKey: env.S3_SECRET_KEY,
0 commit comments