mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1285 from ginko/aws-rds-tagging-patch
removed Fog::AWS[:rds] this was creating issues with AWS security creden...
This commit is contained in:
commit
4aa14410b2
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…
Add table
Reference in a new issue