console debug upload process for s3 uploads

This commit is contained in:
SrGooglo 2025-02-05 02:50:02 +00:00
parent 744b771d2b
commit 7c193e885b

View File

@ -39,10 +39,10 @@ export default async function standardUpload({
}
}
// console.debug(`Uploading object to S3 Minio >`, {
// source: source,
// remote: remotePath,
// })
console.debug(`Uploading object to S3 Minio >`, {
source: source,
remote: remotePath,
})
// upload to storage
await global.storage.fPutObject(process.env.S3_BUCKET, remotePath, source, metadata)