Skip to content

Commit e94c424

Browse files
committed
chore(s3-request-resigner): add npm badge to readme
1 parent 1ad5934 commit e94c424

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/s3-request-presigner/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @aws-sdk/s3-request-presigner
22

3+
[![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)
4+
[![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)
5+
36
This package provides a presigner based on signature V4 that will attempt to generate signed url for S3.
47
Not all operation parameters are supported when using pre-signed URLs. Certain parameters, such as
58
`SSECustomerKey`, `ACL`, `Expires`, `ContentLength`, or `Tagging` must be provided as headers when

0 commit comments

Comments
 (0)