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

[aws|beanstalk] Support different AWS regions.

This commit is contained in:
George Scott 2012-04-24 10:53:38 -07:00
parent bc69c4fdc3
commit a36c3aaf67

View file

@ -7,6 +7,7 @@ module Fog
class InvalidParameterError < Fog::Errors::Error; end
requires :aws_access_key_id, :aws_secret_access_key
recognizes :region, :host, :path, :port, :scheme, :persistent
request_path 'fog/aws/requests/beanstalk'