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:
parent
0080b98137
commit
57d5b3d531
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue