Skip to content

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

License

Notifications You must be signed in to change notification settings

monken/aws-sdk-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published