mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
4 lines
164 B
Ruby
4 lines
164 B
Ruby
current_directory = File.dirname(__FILE__)
|
|
require "#{current_directory}/aws/ec2"
|
|
require "#{current_directory}/aws/simpledb"
|
|
require "#{current_directory}/aws/s3"
|