update credentials lookup
This commit is contained in:
parent
a2d42e0bc8
commit
4a0a8e2cc7
8441
package-lock.json
generated
8441
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,6 +20,7 @@
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"uuid": "^8.3.2",
|
||||
"vercel": "^21.3.3",
|
||||
"zustand": "^3.4.1"
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,8 @@ import faunadb from 'faunadb';
|
||||
const q = faunadb.query;
|
||||
const s3 = new S3Client({
|
||||
endpoint: process.env.S3_ENDPOINT,
|
||||
accessKeyId: process.env.ACCESS_KEY_ID,
|
||||
secretAccessKey: process.env.SECRET_ACCESS_KEY,
|
||||
});
|
||||
|
||||
export default async (req, res) => {
|
||||
|
Loading…
Reference in New Issue
Block a user