Thursday, 15 March 2012

java - Why isn't the AmazonS3Client using the proxy I set? -


I run this code:

  string urlString = rootUrl + "/" + 

This works fine without a proxy, but if I turn on the proxy, I do not think it is being used here. Here's how I can tell I hit a breakpoint in the statement if and the proxyHost "proxy.com" (a host that exists) from "proxy.com" (a host that exists). Everything was okay as I did not turn on the proxy code. I hope this error will be if it is using my host.

How do I use the S3 Client proxy settings?

I am using 1.8.4 Amazon SDK.

I have changed my setProxyDomain to setProxyHost , And I hope this error occurred.


No comments:

Post a Comment