Skip to content

Commit 1f8baf3

Browse files
authored
fix(readme): npm downloads tag (#1870)
1 parent b99e527 commit 1f8baf3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/s3-presigned-post/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @aws-sdk/s3-resigned-post
22

33
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/s3-presigned-post/latest.svg)](https://www.npmjs.com/package/@aws-sdk/s3-presigned-post)
4-
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/s3-presigned-post/rc.svg)](https://www.npmjs.com/package/@aws-sdk/s3-presigned-post)
4+
[![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/s3-presigned-post.svg)](https://www.npmjs.com/package/@aws-sdk/s3-presigned-post)
55

66
This package provide a function generating URL and fields. Users without AWS credentials can use the URL and fields to
77
to make a POST request to S3. The documentation for the server side feature can be found in [S3 API Reference](https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-UsingHTTPPOST.html). Please read related sections for more context.

packages/s3-request-presigner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @aws-sdk/s3-request-presigner
22

33
[![NPM version](https://img.shields.io/npm/v/@aws-sdk/s3-request-presigner/latest.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/rc.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.svg)](https://www.npmjs.com/package/@aws-sdk/s3-request-presigner)
55

66
This package provides a presigner based on signature V4 that will attempt to
77
generate signed url for S3.

0 commit comments

Comments
 (0)