aws-sdk-proxy

1.0.0 • Public • Published

aws-sdk-proxy

Transparently add proxy support to the aws-sdk-js package

Usage

var AWS = require('aws-sdk-proxy'),
  s3 = new AWS.S3();
 
s3.getObject({});

Description

aws-sdk-proxy will configure aws-sdk to use a proxy when either the HTTPS_PROXY or https_proxy environmental variables are defined. This package requires proxy-agent to be installed. It is not installed as part of aws-sdk-proxy because it's quite heavy and the proxy functionality might only be required in a development environment.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2,008
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2,008

Package Sidebar

Install

npm i aws-sdk-proxy

Weekly Downloads

2,008

Version

1.0.0

License

MIT

Last publish

Collaborators

  • monken