8000 GitHub - sophiah/libvmod-awsrest: generate Authorization header for AWS REST API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sophiah/libvmod-awsrest

 
 

Repository files navigation

vmod_awsrest

Varnish AWS REST API module

Copy from https://github.com/xcir/libvmod-awsrest

SYNOPSIS

import awsrestv2;

DESCRIPTION

Purpose for the changes
  • Validate the client requests for the cached objects with standard AWS APIs
  • Changing url for some requirements at proxy level, using v4_validate with previous token, and re-issue with v4_generic

FUNCTIONS

v4_validate

Prototype
v4_validate(
    STRING access_key,            // [your access key]
    STRING secret_key,            // [your secret key]
)
Return value
Bool

About

generate Authorization header for AWS REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • M4 38.3%
  • C 33.1%
  • PHP 17.9%
  • Makefile 6.5%
  • Shell 4.2%
0