1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Deprecate Compute::AWS

This commit is contained in:
sue445 2018-09-12 18:46:11 +09:00
parent 0080b98137
commit 57d5b3d531

View file

@ -656,4 +656,17 @@ module Fog
end
end
end
# @deprecated
module Compute
# @deprecated
class AWS < Fog::AWS::Compute
# @deprecated
# @overrides Fog::Service.new (from the fog-core gem)
def self.new(*)
Fog::Logger.deprecation 'Fog::Compute::AWS is deprecated, please use Fog::AWS::Compute.'
super
end
end
end
end