mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
console debug upload process for s3 uploads
This commit is contained in:
parent
744b771d2b
commit
7c193e885b
@ -39,10 +39,10 @@ export default async function standardUpload({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// console.debug(`Uploading object to S3 Minio >`, {
|
console.debug(`Uploading object to S3 Minio >`, {
|
||||||
// source: source,
|
source: source,
|
||||||
// remote: remotePath,
|
remote: remotePath,
|
||||||
// })
|
})
|
||||||
|
|
||||||
// upload to storage
|
// upload to storage
|
||||||
await global.storage.fPutObject(process.env.S3_BUCKET, remotePath, source, metadata)
|
await global.storage.fPutObject(process.env.S3_BUCKET, remotePath, source, metadata)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user