From 3553fc8c7e8a2b3c0fba839561e893076d4434d9 Mon Sep 17 00:00:00 2001 From: Alex Kanitz Date: Fri, 11 Oct 2024 07:25:07 +0200 Subject: [PATCH] Update custom_config.py --- cloud_storage_handler/custom_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_storage_handler/custom_config.py b/cloud_storage_handler/custom_config.py index e46fb7a..2f71c53 100644 --- a/cloud_storage_handler/custom_config.py +++ b/cloud_storage_handler/custom_config.py @@ -9,7 +9,7 @@ class CustomConfig(BaseModel): """Custom configuration model for the FOCA app. Attributes: - and access credentials. + minio: MinIO configuration parameters. """ minio: MinioConfig