sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

Add proxy capability to use with s3 client. #6

Closed cunei closed 8 years ago

cunei commented 11 years ago

Hello Daniel, this is a useful feature; is it ok if I include it in master?

jsuereth commented 11 years ago

You may want to take a look at the usual JDK settings. IIRC, it's http.proxyHost + http.proxyPort. There's like four other settings too. See: https://github.com/typesafehub/activator-template-cache/commit/388a96441306bcffad7c6d0393aac95f4695749e

alonsodomin commented 8 years ago

Is there any plans to add the proxy support at any point? I was trying to use exactly this plugin to publish a fat jar into S3 but happens that our CI server is behind a proxy and exporting the environment variables either as https_proxy or as JAVA_OPTS="-Dhttps.proxyHost=..." does not seem to work yet...

cunei commented 8 years ago

Closing via #33