mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Remove requirement of basic parsers.
This commit is contained in:
parent
1496e3e840
commit
ea612c1da3
2 changed files with 0 additions and 4 deletions
|
@ -61,8 +61,6 @@ module Fog
|
|||
end
|
||||
|
||||
def initialize(options={})
|
||||
require 'fog/aws/parsers/iam/basic'
|
||||
|
||||
@aws_access_key_id = options[:aws_access_key_id]
|
||||
end
|
||||
|
||||
|
|
|
@ -139,8 +139,6 @@ module Fog
|
|||
end
|
||||
|
||||
def initialize(options={})
|
||||
require 'fog/compute/parsers/aws/basic'
|
||||
|
||||
@aws_access_key_id = options[:aws_access_key_id]
|
||||
|
||||
@region = options[:region] || 'us-east-1'
|
||||
|
|
Loading…
Reference in a new issue