v1.0.2 — fix S3_PREFIX, убраны все kube5s из кода

This commit is contained in:
“Naeel”
2026-08-07 08:38:43 +04:00
parent a9cfea16e9
commit b9c47765ac
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from botocore.config import Config
# Config (from ENV, matching Go defaults)
# ---------------------------------------------------------------------------
HOSTNAME = os.getenv("REGISTRY_HOSTNAME", "localhost:8080")
S3_PREFIX = "registry.kube5s.ru" # S3 keys stored under old Go hostname
S3_PREFIX = os.getenv("S3_PREFIX", "go-registry.containerk8s.dev.nubes.ru")
S3_ENDPOINT = os.getenv("S3_ENDPOINT", "")
S3_ACCESS_KEY = os.getenv("S3_ACCESS_KEY", "")
S3_SECRET_KEY = os.getenv("S3_SECRET_KEY", "")