lib/fog/aws/service_mapper.rb in fog-aws-3.2.0 vs lib/fog/aws/service_mapper.rb in fog-aws-3.3.0
- old
+ new
@@ -12,11 +12,11 @@
when :auto_scaling
Fog::AWS::AutoScaling
when :beanstalk
Fog::AWS::ElasticBeanstalk
when :cdn
- Fog::CDN::AWS
+ Fog::AWS::CDN
when :cloud_formation
Fog::AWS::CloudFormation
when :cloud_watch
Fog::AWS::CloudWatch
when :compute
@@ -124,6 +124,6 @@
def self.services
Fog::AWS.services
end
end
end
-end
\ No newline at end of file
+end