You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
Same issue here
I was trying several times but without success. I've setup my access and secrets but nothing helps. For vagrant it looks like region doesn't exists
With this Vagrantfile
OK so it is look like this is about outdated fog-aws library in version 2.0.1 (it's from Feb 28, 2018). The latest one is 3.5.2 (from Jul 16, 2019). And this outdated lib has this region definition without eu-north-1https://github.com/fog/fog-aws/blob/v2.0.1/lib/fog/aws.rb#L231-L233
The eu-north-1 was added in 3.5.0 version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
~/.vagrant.d/gems/2.4.4/gems/fog-aws-2.0.1/lib/fog/aws.rb:237:in 'validate_region!': Unknown region: "eu-north-1" (ArgumentError)
I'm quite sure that eu-north-1 is a valid region. What gives?
The text was updated successfully, but these errors were encountered: