1
0
Fork 0
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:
Wesley Beary 2012-11-16 13:32:00 -08:00
commit 4aa14410b2

View file

@ -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