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.