1
0
Fork 0
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:
Yusuke Ebihara 2016-11-25 15:59:50 +09:00
parent c4b619d0f4
commit 5b3e554fab

View file

@ -128,7 +128,7 @@ module Fog
:host => @host,
:path => path || @path,
:port => @port,
:version => '2009-02-01'
:version => '2012-11-05'
}
)