Browse Source

IAM requires no provider in config

Chris Mague 7 năm trước cách đây
mục cha
commit
38e70fa36c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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]
         }