Skip to content

linxuanwei/aws-v4-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@dr/auth-aws-v4-nodejs

A cis plugin of @dr/auth-aws-v4-nodejs

Install

npm i @dr/auth-aws-v4-nodejs --save

Usage

const awsV4 = require('@dr/auth-aws-v4-nodejs');
const authz = awsV4.presigned (method, path, headers, query, payload, options)

options

  • key
  • secret
  • timestamp 时间戳,精确到毫秒 default: Date.now()
  • region default: us-east-1
  • service default: s3

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Author

Dianrong Node Team

About

aws-v4-implement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published