This commit is contained in:
2026-08-22 21:25:53 +02:00
parent 6585f2464a
commit e6805af3fe
2 changed files with 21 additions and 4 deletions
-1
View File
@@ -51,7 +51,6 @@ func main() {
SecretKey: cfg.StorageSecretKey,
Bucket: cfg.StorageBucket,
UseSSL: cfg.StorageUseSSL,
PublicUseSSL: true,
})
if err != nil {
log.Fatalf("storage unavailable: %v", err)