mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #350 from redzebra/simpledb_region
[aws|simpledb] recognize :region option in SimpleDB.new()
This commit is contained in:
commit
a417a9e08c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ module Fog
|
||||||
class SimpleDB < Fog::Service
|
class SimpleDB < Fog::Service
|
||||||
|
|
||||||
requires :aws_access_key_id, :aws_secret_access_key
|
requires :aws_access_key_id, :aws_secret_access_key
|
||||||
recognizes :host, :nil_string, :path, :port, :scheme, :persistent
|
recognizes :host, :nil_string, :path, :port, :scheme, :persistent, :region
|
||||||
|
|
||||||
request_path 'fog/aws/requests/simpledb'
|
request_path 'fog/aws/requests/simpledb'
|
||||||
request :batch_put_attributes
|
request :batch_put_attributes
|
||||||
|
|
Loading…
Reference in a new issue