Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@khalidx khalidx released this 01 Jun 23:12
· 8 commits to master since this release

Adding proxy support.

rx can now be used behind a corporate proxy. Just make sure either the HTTPS_PROXY or HTTP_PROXY environment variable is set.

Features

None.

Fixes

  • Adding proxy support to the library for aws-sdk calls. The proxy solution is based on the following aws-sdk docs.