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

Add dynamic variable support for access_key and access_secret (#1) #34

Open
wants to merge 1 commit into
base: AuthV2
Choose a base branch
from

Conversation

acejam
Copy link

@acejam acejam commented Oct 6, 2016

This PR adds dynamic variable support for the v2 branch of the ngx_aws_auth module. This allows nginx to read in S3 configuration values from nginx variables.

There are various ways to populate these nginx variables - environment variables likely being the most popular. However, that also requires the use of the Lua module.

An example configuration using the Lua module and this PR can be found here: https://github.com/acejam/nginx-s3-proxy/blob/master/default.conf#L11

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