go-container: S3_PREFIX default=registry.kube5s.ru (без ENV)

This commit is contained in:
“Naeel”
2026-08-06 21:36:46 +04:00
parent e19bb6f290
commit 8110aad493
+1 -1
View File
@@ -74,7 +74,7 @@ func main() {
hostname = "localhost:8080"
}
if s3Prefix == "" {
s3Prefix = hostname
s3Prefix = "registry.kube5s.ru" // default S3 prefix (old Go hostname)
}
endpoint := os.Getenv("S3_ENDPOINT")