While the loader works properly while setting $https_proxy env var, I can't seem to have the upload working when using the /image endpoint.
It works fine when using aws-cli and aws s3 sync (newer version of botocore though).
It also works using botocore API directly (still 1.2.0 as indicated by tornado-botocore) :
EDIT : I found that the problem is related to tornado-botocore which
CurlAsyncHTTPClient
by default (tornado states thatProxies are currently only supported with curl_httpclient
)HTTPRequest
I created a pull request https://github.com/nanvel/tornado-botocore/pull/9 Feel free to close this issue.
While the loader works properly while setting
$https_proxy
env var, I can't seem to have the upload working when using the/image
endpoint.It works fine when using aws-cli and
aws s3 sync
(newer version of botocore though). It also works using botocore API directly (still 1.2.0 as indicated by tornado-botocore) :Using tc_aws, the image itself is properly uploaded to the local server, and the PUT call is made, but I have no response from AWS.