mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +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 >`, {
|
||||
// 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user