mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
aws bin
This commit is contained in:
parent
6d34488d05
commit
9a3349b602
1 changed files with 13 additions and 0 deletions
13
lib/fog/bin/aws.rb
Normal file
13
lib/fog/bin/aws.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
class AWS < Fog::Bin
|
||||
def self.class_for(key)
|
||||
Fog::AWS.class_for(key)
|
||||
end
|
||||
|
||||
def self.[](service)
|
||||
Fog::AWS[service]
|
||||
end
|
||||
|
||||
def self.services
|
||||
Fog::AWS.services
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue