Class: Fog::Compute::AWS Deprecated

Inherits:
AWS::Compute show all
Defined in:
lib/fog/aws/compute.rb

Overview

Deprecated.

Constant Summary

Constants inherited from AWS::Compute

AWS::Compute::FLAVORS

Class Method Summary collapse

Methods included from AWS::CredentialFetcher::ServiceMethods

#fetch_credentials, #fetch_credentials_token_header

Class Method Details

.newObject

Deprecated.


671
672
673
674
# File 'lib/fog/aws/compute.rb', line 671

def self.new(*)
  Fog::Logger.deprecation 'Fog::Compute::AWS is deprecated, please use Fog::AWS::Compute.'
  super
end