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

add region option to aws sns service recognizes method

This commit is contained in:
lostboy 2011-10-16 21:31:56 +03:00
parent b3a6725a49
commit 71e9b114f5

View file

@ -5,7 +5,7 @@ module Fog
class SNS < Fog::Service
requires :aws_access_key_id, :aws_secret_access_key
recognizes :host, :path, :port, :scheme, :persistent
recognizes :host, :path, :port, :scheme, :persistent, :region
request_path 'fog/aws/requests/sns'
request :add_permission