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 >`, { 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)