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

Adding proxy support to the S3 client #29

Closed alonsodomin closed 8 years ago

alonsodomin commented 8 years ago

Since old PR for adding proxy support seems to be stale I took the liberty to implement it myself following Josh's suggestion in the same old PR.

We are using now the fork internally and it works, it would be nice it could be added to an official release.

cunei commented 8 years ago

Thanks for your contribution! I am (admittedly a little late) merging a rebased version of your patch in #33.