mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 23:32:47 +01:00
Configurable S3 Region (#1007)
Co-authored-by: Jonas Plum <cugu@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,7 @@ func Config(_ context.Context) (*catalyst.Config, error) {
|
||||
Storage: &storage.Config{
|
||||
Host: "http://localhost:9000",
|
||||
User: "minio",
|
||||
Region: "eu-central-1",
|
||||
Password: "minio123",
|
||||
},
|
||||
Auth: &maut.Config{
|
||||
|
||||
Reference in New Issue
Block a user