@aws-sdk/client-s3-control 3.58.0 → 3.72.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.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.72.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.71.0...v3.72.0) (2022-04-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.67.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.66.0...v3.67.0) (2022-04-08)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.64.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.63.0...v3.64.0) (2022-04-05)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.58.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.57.0...v3.58.0) (2022-03-28)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @aws-sdk/client-s3-control
|
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ but they are supported by the send operation.
|
|
|
115
115
|
```js
|
|
116
116
|
// callbacks.
|
|
117
117
|
client.send(command, (err, data) => {
|
|
118
|
-
//
|
|
118
|
+
// process err and data.
|
|
119
119
|
});
|
|
120
120
|
```
|
|
121
121
|
|
|
@@ -149,7 +149,7 @@ client
|
|
|
149
149
|
|
|
150
150
|
// callbacks.
|
|
151
151
|
client.createAccessPoint(params, (err, data) => {
|
|
152
|
-
//
|
|
152
|
+
// process err and data.
|
|
153
153
|
});
|
|
154
154
|
```
|
|
155
155
|
|
|
@@ -1561,7 +1561,7 @@ export declare class S3Control extends S3ControlClient {
|
|
|
1561
1561
|
* <ul>
|
|
1562
1562
|
* <li>
|
|
1563
1563
|
* <p>
|
|
1564
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">
|
|
1564
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
1565
1565
|
* </p>
|
|
1566
1566
|
* </li>
|
|
1567
1567
|
* <li>
|
|
@@ -58,7 +58,7 @@ export interface PutJobTaggingCommandOutput extends PutJobTaggingResult, __Metad
|
|
|
58
58
|
* <ul>
|
|
59
59
|
* <li>
|
|
60
60
|
* <p>
|
|
61
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">
|
|
61
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateJob.html">CreateJob</a>
|
|
62
62
|
* </p>
|
|
63
63
|
* </li>
|
|
64
64
|
* <li>
|
|
@@ -1446,8 +1446,8 @@ export interface S3CopyObjectOperation {
|
|
|
1446
1446
|
SSEAwsKmsKeyId?: string;
|
|
1447
1447
|
/**
|
|
1448
1448
|
* <p>Specifies the folder prefix into which you would like the objects to be copied. For
|
|
1449
|
-
* example, to copy objects into a folder named
|
|
1450
|
-
* TargetKeyPrefix to
|
|
1449
|
+
* example, to copy objects into a folder named <code>Folder1</code> in the destination bucket, set the
|
|
1450
|
+
* TargetKeyPrefix to <code>Folder1</code>.</p>
|
|
1451
1451
|
*/
|
|
1452
1452
|
TargetKeyPrefix?: string;
|
|
1453
1453
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.72.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.72.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.58.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.72.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
27
27
|
"@aws-sdk/hash-blob-browser": "3.58.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.55.0",
|
|
@@ -42,15 +42,15 @@
|
|
|
42
42
|
"@aws-sdk/node-config-provider": "3.58.0",
|
|
43
43
|
"@aws-sdk/node-http-handler": "3.58.0",
|
|
44
44
|
"@aws-sdk/protocol-http": "3.58.0",
|
|
45
|
-
"@aws-sdk/smithy-client": "3.
|
|
45
|
+
"@aws-sdk/smithy-client": "3.72.0",
|
|
46
46
|
"@aws-sdk/types": "3.55.0",
|
|
47
47
|
"@aws-sdk/url-parser": "3.55.0",
|
|
48
48
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
49
49
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
50
50
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
51
51
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
52
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
53
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
52
|
+
"@aws-sdk/util-defaults-mode-browser": "3.72.0",
|
|
53
|
+
"@aws-sdk/util-defaults-mode-node": "3.72.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
55
55
|
"@aws-sdk/util-user-agent-node": "3.58.0",
|
|
56
56
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|