@aws-sdk/s3-presigned-post 3.998.0 → 3.999.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PutObjectCommand } from "@aws-sdk/client-s3";
|
|
2
2
|
import { formatUrl } from "@aws-sdk/util-format-url";
|
|
3
|
-
import { getEndpointFromInstructions, toEndpointV1
|
|
3
|
+
import { getEndpointFromInstructions, toEndpointV1 } from "@smithy/middleware-endpoint";
|
|
4
4
|
import { createScope, getSigningKey } from "@smithy/signature-v4";
|
|
5
5
|
import { toHex } from "@smithy/util-hex-encoding";
|
|
6
6
|
import { toUint8Array } from "@smithy/util-utf8";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S3Client } from "@aws-sdk/client-s3";
|
|
2
|
-
import { Conditions as PolicyEntry } from "./types";
|
|
1
|
+
import type { S3Client } from "@aws-sdk/client-s3";
|
|
2
|
+
import type { Conditions as PolicyEntry } from "./types";
|
|
3
3
|
type Fields = Record<string, string>;
|
|
4
4
|
export interface PresignedPostOptions {
|
|
5
5
|
Bucket: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/s3-presigned-post",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.999.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "Apache-2.0",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@aws-sdk/client-s3": "3.
|
|
29
|
-
"@aws-sdk/types": "^3.973.
|
|
30
|
-
"@aws-sdk/util-format-url": "^3.972.
|
|
28
|
+
"@aws-sdk/client-s3": "3.999.0",
|
|
29
|
+
"@aws-sdk/types": "^3.973.4",
|
|
30
|
+
"@aws-sdk/util-format-url": "^3.972.6",
|
|
31
31
|
"@smithy/middleware-endpoint": "^4.4.20",
|
|
32
32
|
"@smithy/signature-v4": "^5.3.10",
|
|
33
33
|
"@smithy/types": "^4.13.0",
|