mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
remove duplicate credential defaulting code
This commit is contained in:
parent
08266f2f60
commit
ce2a9beaf4
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
module AWS
|
||||
class << self
|
||||
credential = (ARGV.first && :"#{ARGV.first}") || :default
|
||||
|
||||
if Fog.credentials[:aws_access_key_id] && Fog.credentials[:aws_secret_access_key]
|
||||
|
||||
def initialized?
|
||||
|
|
Loading…
Add table
Reference in a new issue