Skip to content

Commit

Permalink
chore(s3-request-resigner): add npm badge to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed May 31, 2019
1 parent 1ad5934 commit e94c424
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/s3-request-presigner/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @aws-sdk/s3-request-presigner

[![NPM version](https://img.shields.io/npm/v/@aws-sdk/s3-request-presigner/preview.svg)](https://www.npmjs.com/package/@aws-sdk/s3-request-presigner)
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/s3-request-presigner/preview.svg)](https://www.npmjs.com/package/@aws-sdk/s3-request-presigner)

This package provides a presigner based on signature V4 that will attempt to generate signed url for S3.
Not all operation parameters are supported when using pre-signed URLs. Certain parameters, such as
`SSECustomerKey`, `ACL`, `Expires`, `ContentLength`, or `Tagging` must be provided as headers when
Expand Down

0 comments on commit e94c424

Please sign in to comment.