mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
removed Fog::AWS[:rds] this was creating issues with was security credentials.
This commit is contained in:
parent
bcbe805929
commit
908c486376
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ module Fog
|
|||
end
|
||||
|
||||
def owner_id
|
||||
@owner_id ||= Fog::AWS[:rds].security_groups.get('default').owner_id
|
||||
@owner_id ||= security_groups.get('default').owner_id
|
||||
end
|
||||
|
||||
def reload
|
||||
|
|
Loading…
Reference in a new issue