Skip to content

Commit

Permalink
Merge pull request fog#350 from redzebra/simpledb_region
Browse files Browse the repository at this point in the history
[aws|simpledb] recognize :region option in SimpleDB.new()
  • Loading branch information
Wesley Beary committed Jun 7, 2011
2 parents cce88b6 + f05e20a commit a417a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/simpledb.rb
Expand Up @@ -3,7 +3,7 @@ module AWS
class SimpleDB < Fog::Service

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 :batch_put_attributes
Expand Down

0 comments on commit a417a9e

Please sign in to comment.