SIENTIAPDE-1712

Update MinIO configuration by changing access key in values.yaml and removing region_name references in multiple files to streamline configuration.
This commit is contained in:
vitor-aignosi
2026-03-20 15:06:23 -03:00
parent 18718418fc
commit 57b0005c94
5 changed files with 1 additions and 9 deletions

View File

@@ -43,7 +43,6 @@ def test___init__(
'endpoint_url': 'localhost:9000',
'access_key': 'minio',
'secret_key': 'minio123',
'region_name': 'us-east-1',
'default_bucket': 'test',
'retention_hours': 24,
}
@@ -187,7 +186,6 @@ async def test_shutdown(
'endpoint_url': 'localhost:9000',
'access_key': 'minio',
'secret_key': 'minio123',
'region_name': 'us-east-1',
'default_bucket': 'test',
'retention_hours': 24,
}