helm-s3 icon indicating copy to clipboard operation
helm-s3 copied to clipboard

Getting MissionRegion when trying to run "helm repo add"

Open saokar opened this issue 6 years ago • 1 comments

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

saokar avatar Jul 15 '19 06:07 saokar

you can include the region in the command

$ AWS_REGION=us-east-1 helm repo add my-helm-repo "s3://"

ghost avatar Jul 18 '19 06:07 ghost

I believe the problems with region are currently solved, as documented in README, thus I'm going to close this issue.

hypnoglow avatar Sep 17 '22 21:09 hypnoglow