corpus

Log | Files | Refs | README | LICENSE

commit 82b4af5fb85a7f2275c7ea631c21eafd82302c1c
parent adcefbce1a2f0f7a6f3145cdac7cda9366656364
Author: mtmn <miro@haravara.org>
Date:   Sat, 11 Apr 2026 07:35:09 +0200

feat: duckdb, blob storage, pagination

Diffstat:
Msrc/S3.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/S3.js b/src/S3.js @@ -19,11 +19,8 @@ export const uploadToS3Impl = (key) => (body) => (contentType) => (cb) => () => ContentType: contentType }); - console.log(`S3: Uploading ${key} to bucket ${process.env.S3_BUCKET} at ${process.env.AWS_ENDPOINT_URL}`); - client.send(command) .then(() => { - console.log(`S3: Successfully uploaded ${key}`); cb(null)(); }) .catch((err) => {