Skip to content

Commit

Permalink
Merge pull request #323 from ebihara99999/fix_the_bug_of_fifo_queue
Browse files Browse the repository at this point in the history
Fix the bug that can't create fifo queue in SQS.
  • Loading branch information
lanej authored Nov 30, 2016
2 parents 325872e + 5b3e554 commit 9640d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/sqs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def request(params)
:host => @host,
:path => path || @path,
:port => @port,
:version => '2009-02-01'
:version => '2012-11-05'
}
)

Expand Down

0 comments on commit 9640d7a

Please sign in to comment.