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:
@@ -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,
|
||||
}
|
||||
|
||||
@@ -100,7 +100,6 @@ def test_build_minio_config_with_env_vars():
|
||||
'endpoint_url': 'http://test-host',
|
||||
'access_key': 'test-key',
|
||||
'secret_key': 'test-secret',
|
||||
'region_name': 'test-region',
|
||||
'default_bucket': 'test-bucket',
|
||||
'retention_hours': 24,
|
||||
}
|
||||
@@ -116,7 +115,6 @@ def test_build_minio_config_with_defaults():
|
||||
'endpoint_url': 'http://localhost:9000',
|
||||
'access_key': 'minioadmin',
|
||||
'secret_key': 'minioadmin',
|
||||
'region_name': 'us-east-1',
|
||||
'default_bucket': 'laborious',
|
||||
'retention_hours': 24,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user