mirror of
https://github.com/ivabus/www
synced 2024-11-22 18:35:06 +03:00
fix: env logging
This commit is contained in:
parent
14d6f79d75
commit
68ebb773e5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const ipfsUpload = async (event: S3CreateEvent) => {
|
|||
const cidHash = cid[0].hash
|
||||
console.log({cidHash})
|
||||
|
||||
console.log("process.env.BUCKET: ", process.env.BUCKET)
|
||||
console.log("process.env.AWS_DIST_BUCKET: ", process.env.AWS_DIST_BUCKET)
|
||||
console.log("Path: ", record.s3.object.key + ".cid")
|
||||
|
||||
const s3Ack = await s3.putObject({
|
||||
|
|
Loading…
Reference in a new issue