Skip to content

Commit dc56c93

Browse files
authored
fix: s3 publish endpoint could not be parsed (#956)
1 parent 9dfc1f3 commit dc56c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.aptly.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"region": "eu01",
2626
"bucket": "distribution",
2727
"acl":"public-read",
28-
"endpoint": "object.storage.eu01.onstackit.cloud"
28+
"endpoint": "https://object.storage.eu01.onstackit.cloud"
2929
}
3030
},
3131
"SwiftPublishEndpoints": {},

0 commit comments

Comments
 (0)