helm-s3
helm-s3 copied to clipboard
Getting MissionRegion when trying to run "helm repo add"
Running this command
helm repo add my-helm-repo "s3://
getting the following error, fetch from s3: fetch object from s3: MissingRegion: could not find region configuration
How do I specify the S3 region? I am running this in a docker container
you can include the region in the command
$ AWS_REGION=us-east-1 helm repo add my-helm-repo "s3://"
I believe the problems with region are currently solved, as documented in README, thus I'm going to close this issue.