Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow use of proxy when storing uploads to S3 #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

petemichel77
Copy link

It is common practice to isolate servers in a private network for security reasons. When doing so, it is necessary to communicate with the public internet through a proxy. This pull request allows a proxy url to be set so that communication with S3 can occur through the AWS SDK. This implementation uses the recommended way to use a proxy from the AWS documentation (http://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html)
screen shot 2015-08-10 at 9 29 08 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant