-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error fetching S3 data #18
Comments
I'm affected by this issue as well. There is some discussion on this issue in #13 (comment). Setting |
Gotcha. Thanks for the pointer to that. |
Ah yes. We should probably provide a clearer error message. The annoyance is that this tool requires the This has now been fixed in the SDK aws/aws-sdk-go#761 so the fix should be to enable that feature |
I've addressed this issue in #20 @grassdog. Give it a go and see if works for you as I've only been using aws-vault and I'm sure there's other ways of configuring the AWS CLI that I'm not testing https://github.com/99designs/iamy/releases/tag/v2.0.0-beta3 |
I run it via i.e. |
Do you have a region defined in your |
I had it under the default profile but I guess that wasn't being cascaded down to admin. I just added it to admin and it runs a treat without the ENV variable being set. 🎉 |
Yeah, it's confusing like that. Glad that fixes it for you @grassdog. |
OK great, thanks @grassdog, will resolve this issue |
Hi,
I'm using version v2.0.0-beta2 (love the list normalisation change btw) and have run into an issue when pulling down S3 data.
Not sure where
configuration130
is coming from. Any ideas on why it's getting an incorrect region?The text was updated successfully, but these errors were encountered: