1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws] add sts helper

This commit is contained in:
geemus 2012-01-19 14:14:34 -06:00
parent 50960a5f46
commit bd7e2c041c

View file

@ -86,6 +86,8 @@ class AWS < Fog::Bin
Fog::Storage.new(:provider => 'AWS')
when :sns
Fog::AWS::SNS.new
when :sts
Fog::AWS::STS.new
else
raise ArgumentError, "Unrecognized service: #{key.inspect}"
end