Configurable S3 Region (#1007)

Co-authored-by: Jonas Plum <cugu@users.noreply.github.com>
This commit is contained in:
missingscrews
2023-10-18 22:45:49 +02:00
committed by GitHub
parent 494fee194b
commit e41c50c9c2
4 changed files with 6 additions and 2 deletions

View File

@@ -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{