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
@@ -23,7 +23,7 @@ var (
s3Prefix = os.Getenv("S3_PREFIX") // S3 key prefix (may differ from hostname)
)
const VERSION = "1.0.1"
const VERSION = "1.0.2"
// Terraform Registry Protocol Structs
type Discovery struct {