From 2f786eddaa7eafc945cb17fa1d5116d92ff2370d Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Thu, 4 Sep 2025 13:04:14 +0200 Subject: [PATCH] fix: s3 publish endpoint could not be parsed --- .aptly.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.aptly.conf b/.aptly.conf index cbea3aee1..deb53174e 100644 --- a/.aptly.conf +++ b/.aptly.conf @@ -25,7 +25,7 @@ "region": "eu01", "bucket": "distribution", "acl":"public-read", - "endpoint": "object.storage.eu01.onstackit.cloud" + "endpoint": "https://object.storage.eu01.onstackit.cloud" } }, "SwiftPublishEndpoints": {},