diff options
| author | Frank <[email protected]> | 2025-12-02 14:51:25 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-12-02 14:51:27 -0500 |
| commit | 1f11d4fb1a6003b6b033cd25004700bc6872d543 (patch) | |
| tree | ac4645fa5fb43004b9390e934097bbfef45db097 /infra/console.ts | |
| parent | b308503ab5ff470be43bdb8a2fb6e0c070f091ca (diff) | |
| download | opencode-1f11d4fb1a6003b6b033cd25004700bc6872d543.tar.gz opencode-1f11d4fb1a6003b6b033cd25004700bc6872d543.zip | |
zen: data dumper
Diffstat (limited to 'infra/console.ts')
| -rw-r--r-- | infra/console.ts | 3 |
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") |
