mirror of
https://github.com/flibusta-apps/batch_downloader.git
synced 2025-12-06 14:25:36 +01:00
Fix
This commit is contained in:
@@ -12,7 +12,7 @@ pub fn get_minio() -> Minio {
|
||||
Minio::builder()
|
||||
.endpoint(&config::CONFIG.minio_host)
|
||||
.provider(provider)
|
||||
.secure(false)
|
||||
.secure(true)
|
||||
.build()
|
||||
.unwrap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user