mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix aws
This commit is contained in:
parent
c6c0f4893b
commit
20471b2b0f
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ module Fog
|
|||
when :sqs
|
||||
Fog::AWS::SQS
|
||||
when :eu_storage, :storage
|
||||
Fog::Storage::AWS
|
||||
Fog::AWS::Storage
|
||||
when :rds
|
||||
Fog::AWS::RDS
|
||||
when :sns
|
||||
|
|
|
@ -28,8 +28,8 @@ describe AWS do
|
|||
:simpledb => Fog::AWS::SimpleDB,
|
||||
:ses => Fog::AWS::SES,
|
||||
:sqs => Fog::AWS::SQS,
|
||||
:eu_storage => Fog::Storage::AWS,
|
||||
:storage => Fog::Storage::AWS,
|
||||
:eu_storage => Fog::AWS::Storage,
|
||||
:storage => Fog::AWS::Storage,
|
||||
:rds => Fog::AWS::RDS,
|
||||
:sns => Fog::AWS::SNS,
|
||||
:sts => Fog::AWS::STS
|
||||
|
|
Loading…
Reference in a new issue