mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Deprecate DNS::AWS
This commit is contained in:
parent
f0f6126a96
commit
5a9f1afa8a
1 changed files with 13 additions and 0 deletions
|
@ -162,4 +162,17 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# @deprecated
|
||||||
|
module DNS
|
||||||
|
# @deprecated
|
||||||
|
class AWS < Fog::AWS::DNS
|
||||||
|
# @deprecated
|
||||||
|
# @overrides Fog::Service.new (from the fog-core gem)
|
||||||
|
def self.new(*)
|
||||||
|
Fog::Logger.deprecation 'Fog::DNS::AWS is deprecated, please use Fog::AWS::DNS.'
|
||||||
|
super
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue