@aws-sdk/s3-presigned-post
Advanced tools
Comparing version 3.36.0 to 3.36.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [3.36.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.0...v3.36.1) (2021-10-12) | ||
**Note:** Version bump only for package @aws-sdk/s3-presigned-post | ||
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08) | ||
@@ -8,0 +16,0 @@ |
@@ -17,6 +17,4 @@ import { S3Client } from "@aws-sdk/client-s3"; | ||
} | ||
/** | ||
* Builds the url and the form fields used for a presigned s3 post. | ||
*/ | ||
export declare const createPresignedPost: (client: S3Client, { Bucket, Key, Conditions, Fields, Expires }: PresignedPostOptions) => Promise<PresignedPost>; | ||
export {}; |
{ | ||
"name": "@aws-sdk/s3-presigned-post", | ||
"version": "3.36.0", | ||
"version": "3.36.1", | ||
"scripts": { | ||
@@ -28,3 +28,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"devDependencies": { | ||
"@aws-sdk/client-s3": "3.36.0", | ||
"@aws-sdk/client-s3": "3.36.1", | ||
"@aws-sdk/hash-node": "3.36.0", | ||
@@ -31,0 +31,0 @@ "@aws-sdk/protocol-http": "3.36.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
38181
0
228