@aws-sdk/client-s3-control 3.552.0 → 3.554.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/dist-types/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +3 -4
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -2
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +1 -2
- package/dist-types/commands/GetBucketCommand.d.ts +2 -4
- package/dist-types/commands/GetDataAccessCommand.d.ts +1 -1
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +2 -2
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -2
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -2
- package/dist-types/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +0 -3
- package/dist-types/commands/ListJobsCommand.d.ts +2 -3
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -2
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -2
- package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +0 -3
- package/dist-types/models/models_0.d.ts +15 -12
- package/package.json +4 -4
|
@@ -33,7 +33,7 @@ declare const CreateJobCommand_base: {
|
|
|
33
33
|
* <dl>
|
|
34
34
|
* <dt>Permissions</dt>
|
|
35
35
|
* <dd>
|
|
36
|
-
* <p>For information about permissions required to use the Batch Operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
36
|
+
* <p>For information about permissions required to use the Batch Operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops-iam-role-policies.html">Granting permissions for S3 Batch Operations</a> in the <i>Amazon S3
|
|
37
37
|
* User Guide</i>.</p>
|
|
38
38
|
* </dd>
|
|
39
39
|
* </dl>
|
|
@@ -30,11 +30,10 @@ declare const CreateMultiRegionAccessPointCommand_base: {
|
|
|
30
30
|
* <p>This operation is not supported by directory buckets.</p>
|
|
31
31
|
* </note>
|
|
32
32
|
* <p>Creates a Multi-Region Access Point and associates it with the specified buckets. For more information
|
|
33
|
-
* about creating Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating
|
|
34
|
-
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
33
|
+
* about creating Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html">Creating Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
35
34
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
36
|
-
* about the restrictions around
|
|
37
|
-
*
|
|
35
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
36
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
38
37
|
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
39
38
|
* command has completed. When this request provides a response, it provides a token that you
|
|
40
39
|
* can use to monitor the status of the request with
|
|
@@ -32,8 +32,8 @@ declare const DeleteMultiRegionAccessPointCommand_base: {
|
|
|
32
32
|
* <p>Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point,
|
|
33
33
|
* only the Multi-Region Access Point itself.</p>
|
|
34
34
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
35
|
-
* about the restrictions around
|
|
36
|
-
*
|
|
35
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
36
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
37
37
|
* <p>This request is asynchronous, meaning that you might receive a response before the
|
|
38
38
|
* command has completed. When this request provides a response, it provides a token that you
|
|
39
39
|
* can use to monitor the status of the request with
|
|
@@ -30,8 +30,7 @@ declare const DescribeMultiRegionAccessPointOperationCommand_base: {
|
|
|
30
30
|
* <p>This operation is not supported by directory buckets.</p>
|
|
31
31
|
* </note>
|
|
32
32
|
* <p>Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information
|
|
33
|
-
* about managing Multi-Region Access Points and how asynchronous requests work, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
34
|
-
* Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
33
|
+
* about managing Multi-Region Access Points and how asynchronous requests work, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MrapOperations.html">Using Multi-Region Access Points</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
35
34
|
* <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
|
|
36
35
|
* <ul>
|
|
37
36
|
* <li>
|
|
@@ -26,16 +26,14 @@ declare const GetBucketCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <
|
|
30
|
-
* <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Using Amazon S3 on Outposts</a> in the
|
|
29
|
+
* <p>Gets an Amazon S3 on Outposts bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html"> Using Amazon S3 on Outposts</a> in the
|
|
31
30
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
32
|
-
* </note>
|
|
33
31
|
* <p>If you are using an identity other than the root user of the Amazon Web Services account that owns the
|
|
34
32
|
* Outposts bucket, the calling identity must have the <code>s3-outposts:GetBucket</code>
|
|
35
33
|
* permissions on the specified Outposts bucket and belong to the Outposts bucket owner's
|
|
36
34
|
* account in order to use this action. Only users from Outposts bucket owner account with
|
|
37
35
|
* the right permissions can perform actions on an Outposts bucket. </p>
|
|
38
|
-
* <p>
|
|
36
|
+
* <p>If you don't have <code>s3-outposts:GetBucket</code> permissions or you're not using an
|
|
39
37
|
* identity that belongs to the bucket owner's account, Amazon S3 returns a <code>403 Access
|
|
40
38
|
* Denied</code> error.</p>
|
|
41
39
|
* <p>The following actions are related to <code>GetBucket</code> for Amazon S3 on Outposts:</p>
|
|
@@ -34,7 +34,7 @@ declare const GetDataAccessCommand_base: {
|
|
|
34
34
|
* </dd>
|
|
35
35
|
* <dt>Additional Permissions</dt>
|
|
36
36
|
* <dd>
|
|
37
|
-
* <p>The IAM role that S3 Access Grants assumes must have the following permissions specified in the trust policy when registering the location: <code>sts:AssumeRole</code>, for directory users or groups <code>sts:SetContext</code>, and for IAM users or roles <code>sts:
|
|
37
|
+
* <p>The IAM role that S3 Access Grants assumes must have the following permissions specified in the trust policy when registering the location: <code>sts:AssumeRole</code>, for directory users or groups <code>sts:SetContext</code>, and for IAM users or roles <code>sts:SetSourceIdentity</code>. </p>
|
|
38
38
|
* </dd>
|
|
39
39
|
* </dl>
|
|
40
40
|
* @example
|
|
@@ -31,8 +31,8 @@ declare const GetMultiRegionAccessPointCommand_base: {
|
|
|
31
31
|
* </note>
|
|
32
32
|
* <p>Returns configuration information about the specified Multi-Region Access Point.</p>
|
|
33
33
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
34
|
-
* about the restrictions around
|
|
35
|
-
*
|
|
34
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
35
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
36
36
|
* <p>The following actions are related to <code>GetMultiRegionAccessPoint</code>:</p>
|
|
37
37
|
* <ul>
|
|
38
38
|
* <li>
|
|
@@ -31,8 +31,8 @@ declare const GetMultiRegionAccessPointPolicyCommand_base: {
|
|
|
31
31
|
* </note>
|
|
32
32
|
* <p>Returns the access control policy of the specified Multi-Region Access Point.</p>
|
|
33
33
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
34
|
-
* about the restrictions around
|
|
35
|
-
*
|
|
34
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
35
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
36
36
|
* <p>The following actions are related to
|
|
37
37
|
* <code>GetMultiRegionAccessPointPolicy</code>:</p>
|
|
38
38
|
* <ul>
|
|
@@ -32,8 +32,8 @@ declare const GetMultiRegionAccessPointPolicyStatusCommand_base: {
|
|
|
32
32
|
* <p>Indicates whether the specified Multi-Region Access Point has an access control policy that allows public
|
|
33
33
|
* access.</p>
|
|
34
34
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
35
|
-
* about the restrictions around
|
|
36
|
-
*
|
|
35
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
36
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
37
37
|
* <p>The following actions are related to
|
|
38
38
|
* <code>GetMultiRegionAccessPointPolicyStatus</code>:</p>
|
|
39
39
|
* <ul>
|
|
@@ -60,9 +60,6 @@ declare const GetMultiRegionAccessPointRoutesCommand_base: {
|
|
|
60
60
|
* </p>
|
|
61
61
|
* </li>
|
|
62
62
|
* </ul>
|
|
63
|
-
* <note>
|
|
64
|
-
* <p>Your Amazon S3 bucket does not need to be in these five Regions.</p>
|
|
65
|
-
* </note>
|
|
66
63
|
* @example
|
|
67
64
|
* Use a bare-bones client and the command you need to make an API call.
|
|
68
65
|
* ```javascript
|
|
@@ -26,9 +26,8 @@ declare const ListJobsCommand_base: {
|
|
|
26
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
27
27
|
};
|
|
28
28
|
/**
|
|
29
|
-
* <p>Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last
|
|
30
|
-
* the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the
|
|
31
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
29
|
+
* <p>Lists current S3 Batch Operations jobs as well as the jobs that have ended within the last 90
|
|
30
|
+
* days for the Amazon Web Services account making the request. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/batch-ops.html">S3 Batch Operations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
32
31
|
* <dl>
|
|
33
32
|
* <dt>Permissions</dt>
|
|
34
33
|
* <dd>
|
|
@@ -33,8 +33,8 @@ declare const ListMultiRegionAccessPointsCommand_base: {
|
|
|
33
33
|
* Each call can return up to 100 Multi-Region Access Points, the maximum number of Multi-Region Access Points that can be
|
|
34
34
|
* associated with a single account.</p>
|
|
35
35
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
36
|
-
* about the restrictions around
|
|
37
|
-
*
|
|
36
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
37
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* <p>The following actions are related to <code>ListMultiRegionAccessPoint</code>:</p>
|
|
39
39
|
* <ul>
|
|
40
40
|
* <li>
|
|
@@ -33,8 +33,8 @@ declare const PutMultiRegionAccessPointPolicyCommand_base: {
|
|
|
33
33
|
* one policy, so a request made to this action replaces any existing policy that is
|
|
34
34
|
* associated with the specified Multi-Region Access Point.</p>
|
|
35
35
|
* <p>This action will always be routed to the US West (Oregon) Region. For more information
|
|
36
|
-
* about the restrictions around
|
|
37
|
-
*
|
|
36
|
+
* about the restrictions around working with Multi-Region Access Points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPointRestrictions.html">Multi-Region Access Point
|
|
37
|
+
* restrictions and limitations</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
38
38
|
* <p>The following actions are related to
|
|
39
39
|
* <code>PutMultiRegionAccessPointPolicy</code>:</p>
|
|
40
40
|
* <ul>
|
|
@@ -72,9 +72,6 @@ declare const SubmitMultiRegionAccessPointRoutesCommand_base: {
|
|
|
72
72
|
* </p>
|
|
73
73
|
* </li>
|
|
74
74
|
* </ul>
|
|
75
|
-
* <note>
|
|
76
|
-
* <p>Your Amazon S3 bucket does not need to be in these five Regions.</p>
|
|
77
|
-
* </note>
|
|
78
75
|
* @example
|
|
79
76
|
* Use a bare-bones client and the command you need to make an API call.
|
|
80
77
|
* ```javascript
|
|
@@ -1115,6 +1115,9 @@ export interface CreateAccessPointRequest {
|
|
|
1115
1115
|
PublicAccessBlockConfiguration?: PublicAccessBlockConfiguration;
|
|
1116
1116
|
/**
|
|
1117
1117
|
* <p>The Amazon Web Services account ID associated with the S3 bucket associated with this access point.</p>
|
|
1118
|
+
* <p>For same account access point when your bucket and access point belong to the same account owner, the <code>BucketAccountId</code> is not required.
|
|
1119
|
+
* For cross-account access point when your bucket and access point are not in the same account, the <code>BucketAccountId</code> is required.
|
|
1120
|
+
* </p>
|
|
1118
1121
|
* @public
|
|
1119
1122
|
*/
|
|
1120
1123
|
BucketAccountId?: string;
|
|
@@ -1872,8 +1875,8 @@ export interface LambdaInvokeOperation {
|
|
|
1872
1875
|
* <p>Specifies the schema version for the payload that Batch Operations sends when invoking
|
|
1873
1876
|
* an Lambda function. Version <code>1.0</code> is the default. Version
|
|
1874
1877
|
* <code>2.0</code> is required when you use Batch Operations to invoke Lambda functions that act on directory buckets, or if you need to specify
|
|
1875
|
-
* <code>UserArguments</code>. For more information, see <a href="https://aws.amazon.com/blogs/storage/
|
|
1876
|
-
*
|
|
1878
|
+
* <code>UserArguments</code>. For more information, see <a href="https://aws.amazon.com/blogs/storage/automate-object-processing-in-amazon-s3-directory-buckets-with-s3-batch-operations-and-aws-lambda/">Automate object processing in Amazon S3 directory buckets with S3 Batch Operations and
|
|
1879
|
+
* Lambda</a> in the <i>Amazon Web Services Storage Blog</i>.</p>
|
|
1877
1880
|
* <important>
|
|
1878
1881
|
* <p>Ensure that your Lambda function code expects
|
|
1879
1882
|
* <code>InvocationSchemaVersion</code>
|
|
@@ -1892,8 +1895,8 @@ export interface LambdaInvokeOperation {
|
|
|
1892
1895
|
* <p>Key-value pairs that are passed in the payload that Batch Operations sends when invoking
|
|
1893
1896
|
* an Lambda function. You must specify <code>InvocationSchemaVersion</code>
|
|
1894
1897
|
* <b>2.0</b> for <code>LambdaInvoke</code> operations that include
|
|
1895
|
-
* <code>UserArguments</code>. For more information, see <a href="https://aws.amazon.com/blogs/storage/
|
|
1896
|
-
*
|
|
1898
|
+
* <code>UserArguments</code>. For more information, see <a href="https://aws.amazon.com/blogs/storage/automate-object-processing-in-amazon-s3-directory-buckets-with-s3-batch-operations-and-aws-lambda/">Automate object processing in Amazon S3 directory buckets with S3 Batch Operations and
|
|
1899
|
+
* Lambda</a> in the <i>Amazon Web Services Storage Blog</i>.</p>
|
|
1897
1900
|
* @public
|
|
1898
1901
|
*/
|
|
1899
1902
|
UserArguments?: Record<string, string>;
|
|
@@ -2282,8 +2285,8 @@ export interface S3CopyObjectOperation {
|
|
|
2282
2285
|
* <li>
|
|
2283
2286
|
* <p>
|
|
2284
2287
|
* <b>Directory buckets</b> - For example, to copy objects to a directory bucket named
|
|
2285
|
-
* <code>destinationBucket</code> in the Availability Zone; identified by the AZ ID <code>usw2-
|
|
2286
|
-
* <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-
|
|
2288
|
+
* <code>destinationBucket</code> in the Availability Zone; identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to
|
|
2289
|
+
* <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>.</p>
|
|
2287
2290
|
* </li>
|
|
2288
2291
|
* </ul>
|
|
2289
2292
|
* @public
|
|
@@ -4277,12 +4280,12 @@ export interface LifecycleRuleAndOperator {
|
|
|
4277
4280
|
*/
|
|
4278
4281
|
Tags?: S3Tag[];
|
|
4279
4282
|
/**
|
|
4280
|
-
* <p>
|
|
4283
|
+
* <p>The non-inclusive minimum object size for the lifecycle rule. Setting this property to 7 means the rule applies to objects with a size that is greater than 7. </p>
|
|
4281
4284
|
* @public
|
|
4282
4285
|
*/
|
|
4283
4286
|
ObjectSizeGreaterThan?: number;
|
|
4284
4287
|
/**
|
|
4285
|
-
* <p>
|
|
4288
|
+
* <p>The non-inclusive maximum object size for the lifecycle rule. Setting this property to 77 means the rule applies to objects with a size that is less than 77. </p>
|
|
4286
4289
|
* @public
|
|
4287
4290
|
*/
|
|
4288
4291
|
ObjectSizeLessThan?: number;
|
|
@@ -5311,7 +5314,7 @@ export interface GetMultiRegionAccessPointRequest {
|
|
|
5311
5314
|
/**
|
|
5312
5315
|
* <p>The name of the Multi-Region Access Point whose configuration information you want to receive. The name of
|
|
5313
5316
|
* the Multi-Region Access Point is different from the alias. For more information about the distinction between
|
|
5314
|
-
* the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">
|
|
5317
|
+
* the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Rules for naming Amazon S3 Multi-Region Access Points</a> in the
|
|
5315
5318
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
5316
5319
|
* @public
|
|
5317
5320
|
*/
|
|
@@ -5367,7 +5370,7 @@ export interface MultiRegionAccessPointReport {
|
|
|
5367
5370
|
Name?: string;
|
|
5368
5371
|
/**
|
|
5369
5372
|
* <p>The alias for the Multi-Region Access Point. For more information about the distinction between the name
|
|
5370
|
-
* and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">
|
|
5373
|
+
* and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Rules for naming Amazon S3 Multi-Region Access Points</a>.</p>
|
|
5371
5374
|
* @public
|
|
5372
5375
|
*/
|
|
5373
5376
|
Alias?: string;
|
|
@@ -5422,7 +5425,7 @@ export interface GetMultiRegionAccessPointPolicyRequest {
|
|
|
5422
5425
|
AccountId?: string;
|
|
5423
5426
|
/**
|
|
5424
5427
|
* <p>Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more
|
|
5425
|
-
* information about the distinction between the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">
|
|
5428
|
+
* information about the distinction between the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Rules for naming Amazon S3 Multi-Region Access Points</a> in the
|
|
5426
5429
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
5427
5430
|
* @public
|
|
5428
5431
|
*/
|
|
@@ -5499,7 +5502,7 @@ export interface GetMultiRegionAccessPointPolicyStatusRequest {
|
|
|
5499
5502
|
AccountId?: string;
|
|
5500
5503
|
/**
|
|
5501
5504
|
* <p>Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more
|
|
5502
|
-
* information about the distinction between the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">
|
|
5505
|
+
* information about the distinction between the name and the alias of an Multi-Region Access Point, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/CreatingMultiRegionAccessPoints.html#multi-region-access-point-naming">Rules for naming Amazon S3 Multi-Region Access Points</a> in the
|
|
5503
5506
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
5504
5507
|
* @public
|
|
5505
5508
|
*/
|
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.554.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3-control",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
24
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
25
|
-
"@aws-sdk/client-sts": "3.
|
|
26
|
-
"@aws-sdk/core": "3.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/client-sts": "3.554.0",
|
|
26
|
+
"@aws-sdk/core": "3.554.0",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.554.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.535.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|