mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #3210 from techlunacy/master
AWS SES not working because the request method was renamed
This commit is contained in:
commit
d4da04b169
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ module Fog
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def _requrest(body, headers, idempotent, parser)
|
def _request(body, headers, idempotent, parser)
|
||||||
@connection.request({
|
@connection.request({
|
||||||
:body => body,
|
:body => body,
|
||||||
:expects => 200,
|
:expects => 200,
|
||||||
|
|
Loading…
Reference in a new issue