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:
parent
bc69c4fdc3
commit
a36c3aaf67
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue