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:
parent
27f3eda915
commit
12f539c577
1 changed files with 2 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue