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

git grep -l "class AWS" -- lib/fog/aws/dns.rb | xargs sed -i "" "s/class AWS/class DNS/g"

This commit is contained in:
sue445 2018-09-14 23:09:40 +09:00
parent 9e88a9c598
commit 626b0f0390

View file

@ -1,6 +1,6 @@
module Fog
module AWS
class AWS < Fog::Service
class DNS < Fog::Service
extend Fog::AWS::CredentialFetcher::ServiceMethods
requires :aws_access_key_id, :aws_secret_access_key