2016-12-20 14:57:20 -05:00
|
|
|
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
|
|
|
|
" AWS Proxy Module <https://github.com/anomalizer/ngx_aws_auth>
|
2017-02-02 15:16:29 -05:00
|
|
|
" Nginx module to proxy to authenticated AWS services
|
2016-12-20 14:57:20 -05:00
|
|
|
syn keyword ngxDirectiveThirdParty aws_access_key
|
|
|
|
syn keyword ngxDirectiveThirdParty aws_key_scope
|
|
|
|
syn keyword ngxDirectiveThirdParty aws_signing_key
|
|
|
|
syn keyword ngxDirectiveThirdParty aws_endpoint
|
|
|
|
syn keyword ngxDirectiveThirdParty aws_s3_bucket
|
|
|
|
syn keyword ngxDirectiveThirdParty aws_sign
|
|
|
|
|
|
|
|
|
|
|
|
endif
|