From d0c9c5935c55358985f8469fafe1cb1863a561e3 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Fri, 14 Feb 2025 23:13:39 +0000 Subject: [PATCH] Update FRAMES_BUCKET --- api/api/emblemapi/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api/emblemapi/settings.py b/api/api/emblemapi/settings.py index 3471792..a69326a 100644 --- a/api/api/emblemapi/settings.py +++ b/api/api/emblemapi/settings.py @@ -160,7 +160,7 @@ if ENV == "prod": OSS = aliyun_prod_key FEATURES_BUCKET = "emblem-features-prod" ARCHIVE_BUCKET = "emblem-archive-prod" - FRAMES_BUCKET = "emblem-frames" + FRAMES_BUCKET = "emblem-frames-prod" else: OSS = aliyun_dev_key FEATURES_BUCKET = "emblem-features-dev-1"