I would like to connect to a server that exposes the S3 interface. I am currently using jclouds. And I would like to check other alternatives. Does the Java AWS SDK work with private servers? (I don't get it from the documentation for example what the ClientConfiguration.setNonProxyHosts()
does; can I specify which server the client connects to?).
If AWS SDK is not working, what other alternatives are there for jclouds (that can connect to a private S3 server)