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

[aws|beanstalk] Added missing :beanstalk case.

This commit is contained in:
George Scott 2012-03-28 19:06:05 -07:00
parent 27f3eda915
commit 12f539c577

View file

@ -54,6 +54,8 @@ class AWS < Fog::Bin
hash[key] = case key
when :auto_scaling
Fog::AWS::AutoScaling.new
when :beanstalk
Fog::AWS::ElasticBeanstalk.new
when :cdn
Fog::Logger.warning("AWS[:cdn] is not recommended, use CDN[:aws] for portability")
Fog::CDN.new(:provider => 'AWS')