mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
Fix the bug that can't create fifo queue.
This commit is contained in:
parent
c4b619d0f4
commit
5b3e554fab
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ module Fog
|
|||
:host => @host,
|
||||
:path => path || @path,
|
||||
:port => @port,
|
||||
:version => '2009-02-01'
|
||||
:version => '2012-11-05'
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue