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