refactor storage minio for k8s

This commit is contained in:
2026-03-26 09:20:23 -03:00
parent e27cb5bcc3
commit c9ba9e4f5f
22 changed files with 961 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ from detect.models import Frame
logger = logging.getLogger(__name__)
BUCKET = os.environ.get("S3_BUCKET_OUT", "mpr-media-out")
BUCKET = os.environ.get("S3_BUCKET_OUT", "out")
CHECKPOINT_PREFIX = "checkpoints"