This commit is contained in:
2024-04-14 23:38:00 +02:00
parent 1bf1f6ee67
commit 177e3585c1

View File

@@ -12,7 +12,7 @@ pub fn get_minio() -> Minio {
Minio::builder()
.endpoint(&config::CONFIG.minio_host)
.provider(provider)
.secure(false)
.secure(true)
.build()
.unwrap()
}