chore: update env config, docker-compose, requirements and bucket init

This commit is contained in:
2026-02-21 16:29:26 +00:00
parent 3702088efb
commit dc426774a1
5 changed files with 27 additions and 17 deletions
+9
View File
@@ -46,6 +46,15 @@ def initialize_buckets() -> dict:
file_size_limit=1000 * 1024 * 1024, # 1GB
)
},
# Exam Board files
{
"id": "cc.examboards",
"options": CreateBucketOptions(
name="Classroom Copilot Exam Board Files",
public=False,
file_size_limit=1000 * 1024 * 1024, # 1GB
)
},
]
results = {}