mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[AWS] Adding missing :glacier case for AWS.collections
This commit is contained in:
parent
2981ae8075
commit
bc0b788f70
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ class AWS < Fog::Bin
|
|||
Fog::AWS::ELB.new
|
||||
when :emr
|
||||
Fog::AWS::EMR.new
|
||||
when :glacier
|
||||
Fog::AWS::Glacier.new
|
||||
when :iam
|
||||
Fog::AWS::IAM.new
|
||||
when :rds
|
||||
|
|
Loading…
Add table
Reference in a new issue