@aws-sdk/client-s3 3.940.0 → 3.943.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-cjs/index.js +2 -0
- package/dist-es/models/enums.js +2 -0
- package/dist-types/commands/CopyObjectCommand.d.ts +6 -6
- package/dist-types/commands/CreateBucketCommand.d.ts +1 -6
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +6 -4
- package/dist-types/commands/GetBucketAbacCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketAclCommand.d.ts +1 -8
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -8
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +1 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +14 -9
- package/dist-types/commands/HeadObjectCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +1 -8
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -9
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -8
- package/dist-types/commands/ListObjectsCommand.d.ts +2 -9
- package/dist-types/commands/ListObjectsV2Command.d.ts +2 -9
- package/dist-types/commands/ListPartsCommand.d.ts +2 -9
- package/dist-types/commands/PutBucketAbacCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +0 -1
- package/dist-types/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +7 -5
- package/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +23 -98
- package/dist-types/ts3.4/models/enums.d.ts +2 -0
- package/package.json +9 -9
package/dist-cjs/index.js
CHANGED
|
@@ -12888,6 +12888,7 @@ const ObjectLockMode = {
|
|
|
12888
12888
|
const StorageClass = {
|
|
12889
12889
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
12890
12890
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
12891
|
+
FSX_ONTAP: "FSX_ONTAP",
|
|
12891
12892
|
FSX_OPENZFS: "FSX_OPENZFS",
|
|
12892
12893
|
GLACIER: "GLACIER",
|
|
12893
12894
|
GLACIER_IR: "GLACIER_IR",
|
|
@@ -13164,6 +13165,7 @@ const EncodingType = {
|
|
|
13164
13165
|
const ObjectStorageClass = {
|
|
13165
13166
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
13166
13167
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
13168
|
+
FSX_ONTAP: "FSX_ONTAP",
|
|
13167
13169
|
FSX_OPENZFS: "FSX_OPENZFS",
|
|
13168
13170
|
GLACIER: "GLACIER",
|
|
13169
13171
|
GLACIER_IR: "GLACIER_IR",
|
package/dist-es/models/enums.js
CHANGED
|
@@ -68,6 +68,7 @@ export const ObjectLockMode = {
|
|
|
68
68
|
export const StorageClass = {
|
|
69
69
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
70
70
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
71
|
+
FSX_ONTAP: "FSX_ONTAP",
|
|
71
72
|
FSX_OPENZFS: "FSX_OPENZFS",
|
|
72
73
|
GLACIER: "GLACIER",
|
|
73
74
|
GLACIER_IR: "GLACIER_IR",
|
|
@@ -344,6 +345,7 @@ export const EncodingType = {
|
|
|
344
345
|
export const ObjectStorageClass = {
|
|
345
346
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
346
347
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
348
|
+
FSX_ONTAP: "FSX_ONTAP",
|
|
347
349
|
FSX_OPENZFS: "FSX_OPENZFS",
|
|
348
350
|
GLACIER: "GLACIER",
|
|
349
351
|
GLACIER_IR: "GLACIER_IR",
|
|
@@ -34,11 +34,11 @@ declare const CopyObjectCommand_base: {
|
|
|
34
34
|
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
|
|
35
35
|
* </important>
|
|
36
36
|
* <note>
|
|
37
|
-
* <p>You can store individual objects of up to
|
|
38
|
-
* GB in size in a single atomic action using this API. However, to copy an
|
|
39
|
-
* must use the multipart upload Upload Part - Copy
|
|
40
|
-
*
|
|
41
|
-
*
|
|
37
|
+
* <p>You can store individual objects of up to 50 TB in Amazon S3. You create a copy of your
|
|
38
|
+
* object up to 5 GB in size in a single atomic action using this API. However, to copy an
|
|
39
|
+
* object greater than 5 GB, you must use the multipart upload Upload Part - Copy
|
|
40
|
+
* (UploadPartCopy) API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html">Copy Object Using the REST
|
|
41
|
+
* Multipart Upload API</a>.</p>
|
|
42
42
|
* </note>
|
|
43
43
|
* <p>You can copy individual objects between general purpose buckets, between directory buckets, and between
|
|
44
44
|
* general purpose buckets and directory buckets.</p>
|
|
@@ -264,7 +264,7 @@ declare const CopyObjectCommand_base: {
|
|
|
264
264
|
* MetadataDirective: "COPY" || "REPLACE",
|
|
265
265
|
* TaggingDirective: "COPY" || "REPLACE",
|
|
266
266
|
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
267
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
267
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
268
268
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
269
269
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
270
270
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -27,12 +27,7 @@ declare const CreateBucketCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
|
|
32
|
-
* the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
|
|
33
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
|
|
34
|
-
* </important>
|
|
35
|
-
* <note>
|
|
30
|
+
* <note>
|
|
36
31
|
* <p>This action creates an Amazon S3 bucket. To create an Amazon S3 on Outposts bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">
|
|
37
32
|
* <code>CreateBucket</code>
|
|
38
33
|
* </a>.</p>
|
|
@@ -303,7 +303,7 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
303
303
|
* "<keys>": "STRING_VALUE",
|
|
304
304
|
* },
|
|
305
305
|
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
306
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
306
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
307
307
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
308
308
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
309
309
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -30,10 +30,12 @@ declare const DeletePublicAccessBlockCommand_base: {
|
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
|
-
* <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.
|
|
34
|
-
*
|
|
35
|
-
*
|
|
36
|
-
*
|
|
33
|
+
* <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. This
|
|
34
|
+
* operation removes the bucket-level configuration only. The effective public access behavior
|
|
35
|
+
* will still be governed by account-level settings (which may inherit from organization-level
|
|
36
|
+
* policies). To use this operation, you must have the <code>s3:PutBucketPublicAccessBlock</code>
|
|
37
|
+
* permission. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access
|
|
38
|
+
* Permissions to Your Amazon S3 Resources</a>.</p>
|
|
37
39
|
* <p>The following operations are related to <code>DeletePublicAccessBlock</code>:</p>
|
|
38
40
|
* <ul>
|
|
39
41
|
* <li>
|
|
@@ -27,7 +27,7 @@ declare const GetBucketAbacCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Returns the attribute-based access control (ABAC) property of the general purpose bucket. If
|
|
30
|
+
* <p>Returns the attribute-based access control (ABAC) property of the general purpose bucket. If ABAC is enabled on your bucket, you can use tags on the bucket for access control. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">Enabling ABAC in general purpose buckets</a>.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,14 +27,7 @@ declare const GetBucketAclCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <note>
|
|
30
|
+
* <note>
|
|
38
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
39
32
|
* </note>
|
|
40
33
|
* <p>This implementation of the <code>GET</code> action uses the <code>acl</code> subresource to return
|
|
@@ -28,7 +28,7 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets have a
|
|
31
|
-
* default encryption configuration that uses server-side encryption with Amazon S3 managed keys (SSE-S3). This operation also returns the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/
|
|
31
|
+
* default encryption configuration that uses server-side encryption with Amazon S3 managed keys (SSE-S3). This operation also returns the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html#AmazonS3-Type-ServerSideEncryptionRule-BucketKeyEnabled">BucketKeyEnabled</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html#AmazonS3-Type-ServerSideEncryptionRule-BlockedEncryptionTypes">BlockedEncryptionTypes</a> statuses. </p>
|
|
32
32
|
* <note>
|
|
33
33
|
* <ul>
|
|
34
34
|
* <li>
|
|
@@ -27,14 +27,7 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <note>
|
|
30
|
+
* <note>
|
|
38
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
39
32
|
* </note>
|
|
40
33
|
* <p>Returns the logging status of a bucket and the permissions users have to view and modify that
|
|
@@ -115,7 +115,7 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
115
115
|
* // Destination: { // Destination
|
|
116
116
|
* // Bucket: "STRING_VALUE", // required
|
|
117
117
|
* // Account: "STRING_VALUE",
|
|
118
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
118
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
119
119
|
* // AccessControlTranslation: { // AccessControlTranslation
|
|
120
120
|
* // Owner: "Destination", // required
|
|
121
121
|
* // },
|
|
@@ -27,14 +27,7 @@ declare const GetObjectAclCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <note>
|
|
30
|
+
* <note>
|
|
38
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
39
32
|
* </note>
|
|
40
33
|
* <p>Returns the access control list (ACL) of an object. To use this operation, you must have
|
|
@@ -292,7 +292,7 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
292
292
|
* // },
|
|
293
293
|
* // ],
|
|
294
294
|
* // },
|
|
295
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
295
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
296
296
|
* // ObjectSize: Number("long"),
|
|
297
297
|
* // };
|
|
298
298
|
*
|
|
@@ -265,7 +265,7 @@ declare const GetObjectCommand_base: {
|
|
|
265
265
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
266
266
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
267
267
|
* // BucketKeyEnabled: true || false,
|
|
268
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
268
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
269
269
|
* // RequestCharged: "requester",
|
|
270
270
|
* // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
|
|
271
271
|
* // PartsCount: Number("int"),
|
|
@@ -30,16 +30,21 @@ declare const GetPublicAccessBlockCommand_base: {
|
|
|
30
30
|
* <note>
|
|
31
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
|
-
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.
|
|
34
|
-
* operation
|
|
35
|
-
*
|
|
36
|
-
*
|
|
33
|
+
* <p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. This
|
|
34
|
+
* operation returns the bucket-level configuration only. To understand the effective public
|
|
35
|
+
* access behavior, you must also consider account-level settings (which may inherit from
|
|
36
|
+
* organization-level policies). To use this operation, you must have the
|
|
37
|
+
* <code>s3:GetBucketPublicAccessBlock</code> permission. For more information about Amazon S3
|
|
38
|
+
* permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
|
|
39
|
+
* Policy</a>.</p>
|
|
37
40
|
* <important>
|
|
38
|
-
* <p>When Amazon S3 evaluates the <code>PublicAccessBlock</code> configuration for a bucket or an
|
|
39
|
-
* checks the <code>PublicAccessBlock</code> configuration for both the bucket (or
|
|
40
|
-
* contains the object) and the bucket owner's account.
|
|
41
|
-
*
|
|
42
|
-
*
|
|
41
|
+
* <p>When Amazon S3 evaluates the <code>PublicAccessBlock</code> configuration for a bucket or an
|
|
42
|
+
* object, it checks the <code>PublicAccessBlock</code> configuration for both the bucket (or
|
|
43
|
+
* the bucket that contains the object) and the bucket owner's account. Account-level settings
|
|
44
|
+
* automatically inherit from organization-level policies when present. If the
|
|
45
|
+
* <code>PublicAccessBlock</code> settings are different between the bucket and the account,
|
|
46
|
+
* Amazon S3 uses the most restrictive combination of the bucket-level and account-level
|
|
47
|
+
* settings.</p>
|
|
43
48
|
* </important>
|
|
44
49
|
* <p>For more information about when Amazon S3 considers a bucket or an object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a>.</p>
|
|
45
50
|
* <p>The following operations are related to <code>GetPublicAccessBlock</code>:</p>
|
|
@@ -248,7 +248,7 @@ declare const HeadObjectCommand_base: {
|
|
|
248
248
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
249
249
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
250
250
|
* // BucketKeyEnabled: true || false,
|
|
251
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
251
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
252
252
|
* // RequestCharged: "requester",
|
|
253
253
|
* // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
|
|
254
254
|
* // PartsCount: Number("int"),
|
|
@@ -27,14 +27,7 @@ declare const ListBucketsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <note>
|
|
30
|
+
* <note>
|
|
38
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
39
32
|
* </note>
|
|
40
33
|
* <p>Returns a list of all buckets owned by the authenticated sender of the request. To grant IAM
|
|
@@ -27,14 +27,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <p>This operation lists in-progress multipart uploads in a bucket. An in-progress multipart upload is a
|
|
30
|
+
* <p>This operation lists in-progress multipart uploads in a bucket. An in-progress multipart upload is a
|
|
38
31
|
* multipart upload that has been initiated by the <code>CreateMultipartUpload</code> request, but has not
|
|
39
32
|
* yet been completed or aborted.</p>
|
|
40
33
|
* <note>
|
|
@@ -199,7 +192,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
199
192
|
* // UploadId: "STRING_VALUE",
|
|
200
193
|
* // Key: "STRING_VALUE",
|
|
201
194
|
* // Initiated: new Date("TIMESTAMP"),
|
|
202
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
195
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
203
196
|
* // Owner: { // Owner
|
|
204
197
|
* // DisplayName: "STRING_VALUE",
|
|
205
198
|
* // ID: "STRING_VALUE",
|
|
@@ -27,14 +27,7 @@ declare const ListObjectVersionsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <note>
|
|
30
|
+
* <note>
|
|
38
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
39
32
|
* </note>
|
|
40
33
|
* <p>Returns metadata about all versions of the objects in a bucket. You can also use request parameters
|
|
@@ -27,14 +27,7 @@ declare const ListObjectsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <note>
|
|
30
|
+
* <note>
|
|
38
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
39
32
|
* </note>
|
|
40
33
|
* <p>Returns some or all (up to 1,000) of the objects in a bucket. You can use the request parameters as
|
|
@@ -114,7 +107,7 @@ declare const ListObjectsCommand_base: {
|
|
|
114
107
|
* // ],
|
|
115
108
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
116
109
|
* // Size: Number("long"),
|
|
117
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
110
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
118
111
|
* // Owner: { // Owner
|
|
119
112
|
* // DisplayName: "STRING_VALUE",
|
|
120
113
|
* // ID: "STRING_VALUE",
|
|
@@ -27,14 +27,7 @@ declare const ListObjectsV2Command_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
|
|
30
|
+
* <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
|
|
38
31
|
* request parameters as selection criteria to return a subset of the objects in a bucket. A <code>200
|
|
39
32
|
* OK</code> response can contain valid or invalid XML. Make sure to design your application to parse the
|
|
40
33
|
* contents of the response and handle it appropriately. For more information about listing objects, see
|
|
@@ -174,7 +167,7 @@ declare const ListObjectsV2Command_base: {
|
|
|
174
167
|
* // ],
|
|
175
168
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
176
169
|
* // Size: Number("long"),
|
|
177
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
170
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
178
171
|
* // Owner: { // Owner
|
|
179
172
|
* // DisplayName: "STRING_VALUE",
|
|
180
173
|
* // ID: "STRING_VALUE",
|
|
@@ -27,14 +27,7 @@ declare const ListPartsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
32
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
33
|
-
* </p>
|
|
34
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
35
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
36
|
-
* </important>
|
|
37
|
-
* <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
|
|
30
|
+
* <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
|
|
38
31
|
* <p>To use this operation, you must provide the <code>upload ID</code> in the request. You obtain this
|
|
39
32
|
* uploadID by sending the initiate multipart upload request through <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>.</p>
|
|
40
33
|
* <p>The <code>ListParts</code> request returns a maximum of 1,000 uploaded parts. The limit of 1,000
|
|
@@ -175,7 +168,7 @@ declare const ListPartsCommand_base: {
|
|
|
175
168
|
* // DisplayName: "STRING_VALUE",
|
|
176
169
|
* // ID: "STRING_VALUE",
|
|
177
170
|
* // },
|
|
178
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
171
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
179
172
|
* // RequestCharged: "requester",
|
|
180
173
|
* // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
181
174
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
@@ -27,7 +27,7 @@ declare const PutBucketAbacCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <p>Sets the attribute-based access control (ABAC) property of the general purpose bucket. When you enable ABAC, you can use tags for
|
|
30
|
+
* <p>Sets the attribute-based access control (ABAC) property of the general purpose bucket. You must have <code>s3:PutBucketABAC</code> permission to perform this action. When you enable ABAC, you can use tags for access control on your buckets. Additionally, when ABAC is enabled, you must use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_TagResource.html">TagResource</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UntagResource.html">UntagResource</a> actions to manage tags on your buckets. You can nolonger use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketTagging.html">PutBucketTagging</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucketTagging.html">DeleteBucketTagging</a> actions to tag your bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">Enabling ABAC in general purpose buckets</a>. </p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -146,7 +146,7 @@ declare const PutBucketReplicationCommand_base: {
|
|
|
146
146
|
* Destination: { // Destination
|
|
147
147
|
* Bucket: "STRING_VALUE", // required
|
|
148
148
|
* Account: "STRING_VALUE",
|
|
149
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
149
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
150
150
|
* AccessControlTranslation: { // AccessControlTranslation
|
|
151
151
|
* Owner: "Destination", // required
|
|
152
152
|
* },
|
|
@@ -31,7 +31,6 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
31
31
|
* <p>This operation is not supported for directory buckets.</p>
|
|
32
32
|
* </note>
|
|
33
33
|
* <p>Sets the tags for a general purpose bucket if attribute based access control (ABAC) is not enabled for the bucket. When you <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">enable ABAC for a general purpose bucket</a>, you can no longer use this operation for that bucket and must use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_TagResource.html">TagResource</a> or <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UntagResource.html">UntagResource</a> operations instead.</p>
|
|
34
|
-
* <p>if ABAC is not enabled for the bucket. When you <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">enable ABAC for a general purpose bucket</a>, you can no longer use this operation for that bucket and must use <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_TagResource.html">TagResource</a> instead.</p>
|
|
35
34
|
* <p>Use tags to organize your Amazon Web Services bill to reflect your own cost structure. To do this, sign up to get
|
|
36
35
|
* your Amazon Web Services account bill with tag key values included. Then, to see the cost of combined resources,
|
|
37
36
|
* organize your billing information according to resources with the same tag key values. For example, you
|
|
@@ -223,7 +223,7 @@ declare const PutObjectCommand_base: {
|
|
|
223
223
|
* "<keys>": "STRING_VALUE",
|
|
224
224
|
* },
|
|
225
225
|
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
226
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
226
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
227
227
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
228
228
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
229
229
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -35,11 +35,13 @@ declare const PutPublicAccessBlockCommand_base: {
|
|
|
35
35
|
* about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
|
|
36
36
|
* Policy</a>.</p>
|
|
37
37
|
* <important>
|
|
38
|
-
* <p>When Amazon S3 evaluates the <code>PublicAccessBlock</code> configuration for a bucket or an
|
|
39
|
-
* checks the <code>PublicAccessBlock</code> configuration for both the bucket (or
|
|
40
|
-
* contains the object) and the bucket owner's account.
|
|
41
|
-
*
|
|
42
|
-
*
|
|
38
|
+
* <p>When Amazon S3 evaluates the <code>PublicAccessBlock</code> configuration for a bucket or an
|
|
39
|
+
* object, it checks the <code>PublicAccessBlock</code> configuration for both the bucket (or
|
|
40
|
+
* the bucket that contains the object) and the bucket owner's account. Account-level settings
|
|
41
|
+
* automatically inherit from organization-level policies when present. If the
|
|
42
|
+
* <code>PublicAccessBlock</code> configurations are different between the bucket and the
|
|
43
|
+
* account, Amazon S3 uses the most restrictive combination of the bucket-level and account-level
|
|
44
|
+
* settings.</p>
|
|
43
45
|
* </important>
|
|
44
46
|
* <p>For more information about when Amazon S3 considers a bucket or an object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a>.</p>
|
|
45
47
|
* <p>The following operations are related to <code>PutPublicAccessBlock</code>:</p>
|
|
@@ -314,7 +314,7 @@ declare const RestoreObjectCommand_base: {
|
|
|
314
314
|
* Value: "STRING_VALUE",
|
|
315
315
|
* },
|
|
316
316
|
* ],
|
|
317
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
317
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
318
318
|
* },
|
|
319
319
|
* },
|
|
320
320
|
* },
|
|
@@ -112,7 +112,7 @@ declare const WriteGetObjectResponseCommand_base: {
|
|
|
112
112
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
113
113
|
* SSEKMSKeyId: "STRING_VALUE",
|
|
114
114
|
* SSECustomerKeyMD5: "STRING_VALUE",
|
|
115
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
115
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
|
|
116
116
|
* TagCount: Number("int"),
|
|
117
117
|
* VersionId: "STRING_VALUE",
|
|
118
118
|
* BucketKeyEnabled: true || false,
|
|
@@ -184,6 +184,7 @@ export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode
|
|
|
184
184
|
export declare const StorageClass: {
|
|
185
185
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
186
186
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
187
|
+
readonly FSX_ONTAP: "FSX_ONTAP";
|
|
187
188
|
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
188
189
|
readonly GLACIER: "GLACIER";
|
|
189
190
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
@@ -836,6 +837,7 @@ export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
|
836
837
|
export declare const ObjectStorageClass: {
|
|
837
838
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
838
839
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
840
|
+
readonly FSX_ONTAP: "FSX_ONTAP";
|
|
839
841
|
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
840
842
|
readonly GLACIER: "GLACIER";
|
|
841
843
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
@@ -120,54 +120,17 @@ export interface AccelerateConfiguration {
|
|
|
120
120
|
Status?: BucketAccelerateStatus | undefined;
|
|
121
121
|
}
|
|
122
122
|
/**
|
|
123
|
-
* <
|
|
124
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
125
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
126
|
-
* </p>
|
|
127
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
128
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
129
|
-
* </important>
|
|
130
|
-
* <p>Container for the person being granted permissions.</p>
|
|
123
|
+
* <p>Container for the person being granted permissions.</p>
|
|
131
124
|
* @public
|
|
132
125
|
*/
|
|
133
126
|
export interface Grantee {
|
|
134
127
|
/**
|
|
135
|
-
* <p
|
|
128
|
+
* <p></p>
|
|
136
129
|
* @public
|
|
137
130
|
*/
|
|
138
131
|
DisplayName?: string | undefined;
|
|
139
132
|
/**
|
|
140
|
-
* <p
|
|
141
|
-
* <note>
|
|
142
|
-
* <p>Using email addresses to specify a grantee is only supported in the following Amazon Web Services Regions: </p>
|
|
143
|
-
* <ul>
|
|
144
|
-
* <li>
|
|
145
|
-
* <p>US East (N. Virginia)</p>
|
|
146
|
-
* </li>
|
|
147
|
-
* <li>
|
|
148
|
-
* <p>US West (N. California)</p>
|
|
149
|
-
* </li>
|
|
150
|
-
* <li>
|
|
151
|
-
* <p> US West (Oregon)</p>
|
|
152
|
-
* </li>
|
|
153
|
-
* <li>
|
|
154
|
-
* <p> Asia Pacific (Singapore)</p>
|
|
155
|
-
* </li>
|
|
156
|
-
* <li>
|
|
157
|
-
* <p>Asia Pacific (Sydney)</p>
|
|
158
|
-
* </li>
|
|
159
|
-
* <li>
|
|
160
|
-
* <p>Asia Pacific (Tokyo)</p>
|
|
161
|
-
* </li>
|
|
162
|
-
* <li>
|
|
163
|
-
* <p>Europe (Ireland)</p>
|
|
164
|
-
* </li>
|
|
165
|
-
* <li>
|
|
166
|
-
* <p>South America (São Paulo)</p>
|
|
167
|
-
* </li>
|
|
168
|
-
* </ul>
|
|
169
|
-
* <p>For a list of all the Amazon S3 supported Regions and endpoints, see <a href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions and Endpoints</a> in the Amazon Web Services General Reference.</p>
|
|
170
|
-
* </note>
|
|
133
|
+
* <p></p>
|
|
171
134
|
* @public
|
|
172
135
|
*/
|
|
173
136
|
EmailAddress?: string | undefined;
|
|
@@ -204,49 +167,12 @@ export interface Grant {
|
|
|
204
167
|
Permission?: Permission | undefined;
|
|
205
168
|
}
|
|
206
169
|
/**
|
|
207
|
-
* <
|
|
208
|
-
* <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
209
|
-
* Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
|
|
210
|
-
* </p>
|
|
211
|
-
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
212
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
213
|
-
* </important>
|
|
214
|
-
* <p>Container for the owner's display name and ID.</p>
|
|
170
|
+
* <p>Container for the owner's display name and ID.</p>
|
|
215
171
|
* @public
|
|
216
172
|
*/
|
|
217
173
|
export interface Owner {
|
|
218
174
|
/**
|
|
219
|
-
* <p>
|
|
220
|
-
* Regions:</p>
|
|
221
|
-
* <ul>
|
|
222
|
-
* <li>
|
|
223
|
-
* <p>US East (N. Virginia)</p>
|
|
224
|
-
* </li>
|
|
225
|
-
* <li>
|
|
226
|
-
* <p>US West (N. California)</p>
|
|
227
|
-
* </li>
|
|
228
|
-
* <li>
|
|
229
|
-
* <p>US West (Oregon)</p>
|
|
230
|
-
* </li>
|
|
231
|
-
* <li>
|
|
232
|
-
* <p>Asia Pacific (Singapore)</p>
|
|
233
|
-
* </li>
|
|
234
|
-
* <li>
|
|
235
|
-
* <p>Asia Pacific (Sydney)</p>
|
|
236
|
-
* </li>
|
|
237
|
-
* <li>
|
|
238
|
-
* <p>Asia Pacific (Tokyo)</p>
|
|
239
|
-
* </li>
|
|
240
|
-
* <li>
|
|
241
|
-
* <p>Europe (Ireland)</p>
|
|
242
|
-
* </li>
|
|
243
|
-
* <li>
|
|
244
|
-
* <p>South America (São Paulo)</p>
|
|
245
|
-
* </li>
|
|
246
|
-
* </ul>
|
|
247
|
-
* <note>
|
|
248
|
-
* <p>This functionality is not supported for directory buckets.</p>
|
|
249
|
-
* </note>
|
|
175
|
+
* <p></p>
|
|
250
176
|
* @public
|
|
251
177
|
*/
|
|
252
178
|
DisplayName?: string | undefined;
|
|
@@ -1678,11 +1604,9 @@ export interface CreateBucketConfiguration {
|
|
|
1678
1604
|
Bucket?: BucketInfo | undefined;
|
|
1679
1605
|
/**
|
|
1680
1606
|
* <p>An array of tags that you can apply to the bucket that you're creating. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. </p>
|
|
1681
|
-
* <
|
|
1682
|
-
*
|
|
1683
|
-
*
|
|
1684
|
-
* <p>You must have the <code>s3express:TagResource</code> permission to create a directory bucket with tags.</p>
|
|
1685
|
-
* </note>
|
|
1607
|
+
* <p>You must have the <code>s3:TagResource</code> permission to create a general
|
|
1608
|
+
* purpose bucket with tags or the <code>s3express:TagResource</code> permission to create a directory bucket with tags.</p>
|
|
1609
|
+
* <p>When creating buckets with tags, note that tag-based conditions using <code>aws:ResourceTag</code> and <code>s3:BucketTag</code> condition keys are applicable only after ABAC is enabled on the bucket. To learn more, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">Enabling ABAC in general purpose buckets</a>.</p>
|
|
1686
1610
|
* @public
|
|
1687
1611
|
*/
|
|
1688
1612
|
Tags?: Tag[] | undefined;
|
|
@@ -5612,7 +5536,7 @@ export interface GetBucketAccelerateConfigurationRequest {
|
|
|
5612
5536
|
*/
|
|
5613
5537
|
export interface GetBucketAclOutput {
|
|
5614
5538
|
/**
|
|
5615
|
-
* <p>Container for the bucket owner's
|
|
5539
|
+
* <p>Container for the bucket owner's ID.</p>
|
|
5616
5540
|
* @public
|
|
5617
5541
|
*/
|
|
5618
5542
|
Owner?: Owner | undefined;
|
|
@@ -6027,7 +5951,7 @@ export interface ServerSideEncryptionByDefault {
|
|
|
6027
5951
|
KMSMasterKeyID?: string | undefined;
|
|
6028
5952
|
}
|
|
6029
5953
|
/**
|
|
6030
|
-
* <p>A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block <code>PutObject</code>, <code>CopyObject</code>, <code>PostObject</code>, multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/userguide/
|
|
5954
|
+
* <p>A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block <code>PutObject</code>, <code>CopyObject</code>, <code>PostObject</code>, multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html">Blocking or unblocking SSE-C for a general purpose bucket</a>.</p>
|
|
6031
5955
|
* <p>This data type is used with the following actions:</p>
|
|
6032
5956
|
* <ul>
|
|
6033
5957
|
* <li>
|
|
@@ -6118,9 +6042,9 @@ export interface ServerSideEncryptionRule {
|
|
|
6118
6042
|
*/
|
|
6119
6043
|
BucketKeyEnabled?: boolean | undefined;
|
|
6120
6044
|
/**
|
|
6121
|
-
* <p>A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block <code>PutObject</code>, <code>CopyObject</code>, <code>PostObject</code>, multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/userguide/
|
|
6045
|
+
* <p>A bucket-level setting for Amazon S3 general purpose buckets used to prevent the upload of new objects encrypted with the specified server-side encryption type. For example, blocking an encryption type will block <code>PutObject</code>, <code>CopyObject</code>, <code>PostObject</code>, multipart upload, and replication requests to the bucket for objects with the specified encryption type. However, you can continue to read and list any pre-existing objects already encrypted with the specified encryption type. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/blocking-unblocking-s3-c-encryption-gpb.html">Blocking or unblocking SSE-C for a general purpose bucket</a>.</p>
|
|
6122
6046
|
* <note>
|
|
6123
|
-
* <p>Currently, this parameter only supports blocking or unblocking
|
|
6047
|
+
* <p>Currently, this parameter only supports blocking or unblocking server-side encryption with customer-provided keys (SSE-C). For more information about SSE-C, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerSideEncryptionCustomerKeys.html">Using server-side encryption with customer-provided keys (SSE-C)</a>.</p>
|
|
6124
6048
|
* </note>
|
|
6125
6049
|
* @public
|
|
6126
6050
|
*/
|
|
@@ -9449,7 +9373,7 @@ export interface GetObjectRequest {
|
|
|
9449
9373
|
*/
|
|
9450
9374
|
export interface GetObjectAclOutput {
|
|
9451
9375
|
/**
|
|
9452
|
-
* <p> Container for the bucket owner's
|
|
9376
|
+
* <p> Container for the bucket owner's ID.</p>
|
|
9453
9377
|
* @public
|
|
9454
9378
|
*/
|
|
9455
9379
|
Owner?: Owner | undefined;
|
|
@@ -10204,9 +10128,10 @@ export interface GetObjectTorrentRequest {
|
|
|
10204
10128
|
ExpectedBucketOwner?: string | undefined;
|
|
10205
10129
|
}
|
|
10206
10130
|
/**
|
|
10207
|
-
* <p>The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can
|
|
10208
|
-
* configuration options in any combination.
|
|
10209
|
-
*
|
|
10131
|
+
* <p>The PublicAccessBlock configuration that you want to apply to this Amazon S3 bucket. You can
|
|
10132
|
+
* enable the configuration options in any combination. Bucket-level settings work alongside
|
|
10133
|
+
* account-level settings (which may inherit from organization-level policies). For more
|
|
10134
|
+
* information about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
10210
10135
|
* @public
|
|
10211
10136
|
*/
|
|
10212
10137
|
export interface PublicAccessBlockConfiguration {
|
|
@@ -11334,7 +11259,7 @@ export interface Initiator {
|
|
|
11334
11259
|
*/
|
|
11335
11260
|
ID?: string | undefined;
|
|
11336
11261
|
/**
|
|
11337
|
-
* <p
|
|
11262
|
+
* <p></p>
|
|
11338
11263
|
* <note>
|
|
11339
11264
|
* <p>This functionality is not supported for directory buckets.</p>
|
|
11340
11265
|
* </note>
|
|
@@ -12652,13 +12577,13 @@ export interface ListPartsOutput {
|
|
|
12652
12577
|
/**
|
|
12653
12578
|
* <p>Container element that identifies who initiated the multipart upload. If the initiator is an
|
|
12654
12579
|
* Amazon Web Services account, this element provides the same information as the <code>Owner</code> element. If the
|
|
12655
|
-
* initiator is an IAM User, this element provides the user ARN
|
|
12580
|
+
* initiator is an IAM User, this element provides the user ARN.</p>
|
|
12656
12581
|
* @public
|
|
12657
12582
|
*/
|
|
12658
12583
|
Initiator?: Initiator | undefined;
|
|
12659
12584
|
/**
|
|
12660
12585
|
* <p>Container element that identifies the object owner, after the object is created. If multipart upload
|
|
12661
|
-
* is initiated by an IAM user, this element provides the parent account ID
|
|
12586
|
+
* is initiated by an IAM user, this element provides the parent account ID.</p>
|
|
12662
12587
|
* <note>
|
|
12663
12588
|
* <p>
|
|
12664
12589
|
* <b>Directory buckets</b> - The bucket owner is returned as the
|
|
@@ -14936,9 +14861,9 @@ export interface PutPublicAccessBlockRequest {
|
|
|
14936
14861
|
*/
|
|
14937
14862
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
14938
14863
|
/**
|
|
14939
|
-
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
14940
|
-
* enable the configuration options in any combination. For more information
|
|
14941
|
-
* bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
14864
|
+
* <p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3
|
|
14865
|
+
* bucket. You can enable the configuration options in any combination. For more information
|
|
14866
|
+
* about when Amazon S3 considers a bucket or object public, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status">The Meaning of "Public"</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
14942
14867
|
* @public
|
|
14943
14868
|
*/
|
|
14944
14869
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
@@ -91,6 +91,7 @@ export type ObjectLockMode =
|
|
|
91
91
|
export declare const StorageClass: {
|
|
92
92
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
93
93
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
94
|
+
readonly FSX_ONTAP: "FSX_ONTAP";
|
|
94
95
|
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
95
96
|
readonly GLACIER: "GLACIER";
|
|
96
97
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
@@ -450,6 +451,7 @@ export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
|
|
|
450
451
|
export declare const ObjectStorageClass: {
|
|
451
452
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
452
453
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
454
|
+
readonly FSX_ONTAP: "FSX_ONTAP";
|
|
453
455
|
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
454
456
|
readonly GLACIER: "GLACIER";
|
|
455
457
|
readonly GLACIER_IR: "GLACIER_IR";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.943.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",
|
|
@@ -29,24 +29,24 @@
|
|
|
29
29
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
32
|
+
"@aws-sdk/core": "3.943.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.943.0",
|
|
34
34
|
"@aws-sdk/middleware-bucket-endpoint": "3.936.0",
|
|
35
35
|
"@aws-sdk/middleware-expect-continue": "3.936.0",
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.943.0",
|
|
37
37
|
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
38
38
|
"@aws-sdk/middleware-location-constraint": "3.936.0",
|
|
39
39
|
"@aws-sdk/middleware-logger": "3.936.0",
|
|
40
40
|
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.943.0",
|
|
42
42
|
"@aws-sdk/middleware-ssec": "3.936.0",
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.943.0",
|
|
44
44
|
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.943.0",
|
|
46
46
|
"@aws-sdk/types": "3.936.0",
|
|
47
47
|
"@aws-sdk/util-endpoints": "3.936.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.943.0",
|
|
50
50
|
"@smithy/config-resolver": "^4.4.3",
|
|
51
51
|
"@smithy/core": "^3.18.5",
|
|
52
52
|
"@smithy/eventstream-serde-browser": "^4.2.5",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"tslib": "^2.6.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
86
|
+
"@aws-sdk/signature-v4-crt": "3.943.0",
|
|
87
87
|
"@tsconfig/node18": "18.2.4",
|
|
88
88
|
"@types/node": "^18.19.69",
|
|
89
89
|
"concurrently": "7.0.0",
|