1
0
Fork 0
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:
sue445 2018-09-14 23:10:36 +09:00
parent f0f6126a96
commit 5a9f1afa8a

View file

@ -162,4 +162,17 @@ module Fog
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