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:
parent
9e88a9c598
commit
626b0f0390
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue