1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
This commit is contained in:
manuel gomez muñoz 2022-10-25 16:00:11 +02:00
parent c6c0f4893b
commit 20471b2b0f
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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