diff --git a/registry/src/http/api.ts b/registry/src/http/api.ts index 2442c77..3f8e161 100644 --- a/registry/src/http/api.ts +++ b/registry/src/http/api.ts @@ -145,6 +145,7 @@ async function uploadPackage(ctx: ABC.Context) { const bucketPath = (bucketBase + relative).replace(/@/g, "ยง"); const body = await Deno.readAll(await Deno.open(file.path)); + console.log("Put Object", bucketPath); await bucket.putObject(bucketPath, body, {}); } console.log("Setting new live version");