mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
reverting cloud_watch.rb
This commit is contained in:
parent
b409e3ebec
commit
e29d61d774
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'aws'))
|
||||
|
||||
module Fog
|
||||
module AWS
|
||||
class CloudWatch < Fog::Service
|
||||
|
||||
|
||||
requires :aws_access_key_id, :aws_secret_access_key
|
||||
recognizes :region, :host, :path, :port, :scheme, :persistent
|
||||
|
||||
|
|
Loading…
Reference in a new issue