summaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorFrank <[email protected]>2025-12-02 14:51:25 -0500
committerFrank <[email protected]>2025-12-02 14:51:27 -0500
commit1f11d4fb1a6003b6b033cd25004700bc6872d543 (patch)
treeac4645fa5fb43004b9390e934097bbfef45db097 /infra
parentb308503ab5ff470be43bdb8a2fb6e0c070f091ca (diff)
downloadopencode-1f11d4fb1a6003b6b033cd25004700bc6872d543.tar.gz
opencode-1f11d4fb1a6003b6b033cd25004700bc6872d543.zip
zen: data dumper
Diffstat (limited to 'infra')
-rw-r--r--infra/console.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/console.ts b/infra/console.ts
index eddc97d2f..e090cd90a 100644
--- a/infra/console.ts
+++ b/infra/console.ts
@@ -116,7 +116,8 @@ const gatewayKv = new sst.cloudflare.Kv("GatewayKv")
// CONSOLE
////////////////
-const bucket = new sst.cloudflare.Bucket("ConsoleData")
+const oldBucket = new sst.cloudflare.Bucket("ConsoleData")
+const bucket = new sst.cloudflare.Bucket("ZenData")
const AWS_SES_ACCESS_KEY_ID = new sst.Secret("AWS_SES_ACCESS_KEY_ID")
const AWS_SES_SECRET_ACCESS_KEY = new sst.Secret("AWS_SES_SECRET_ACCESS_KEY")