Browse Source

IAM requires no provider in config

Chris Mague 7 years ago
parent
commit
38e70fa36c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/neoinfra/accounts.rb

+ 0 - 1
lib/neoinfra/accounts.rb

@@ -18,7 +18,6 @@ module NeoInfra
 
       @cfg.accounts.each do |account|
         base_conf = {
-          provider: 'AWS',
           aws_access_key_id: account[:key],
           aws_secret_access_key: account[:secret]
         }