kalisio / kargo

A K8S based solution to build and operate Geospatial Platforms
https://kalisio.github.io/kargo/
MIT License
23 stars 6 forks source link

Wrong express gateway S3 configuration #252

Closed claustres closed 3 years ago

claustres commented 3 years ago

The S3 plugin is referring S3_XXX env var while in the deploy file the env vars are named like AWS_XXX. It probably worked as is because the aws client is looking for AWS_XXX env var if none is provided.