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:
parent
b3a6725a49
commit
71e9b114f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue