@aws-sdk/client-s3 3.321.1 → 3.326.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/AbortMultipartUploadCommand.d.ts +6 -0
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -0
- package/dist-types/commands/CopyObjectCommand.d.ts +23 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +18 -0
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +18 -10
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +17 -11
- package/dist-types/commands/DeleteObjectsCommand.d.ts +22 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -0
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketAclCommand.d.ts +21 -0
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetBucketCorsCommand.d.ts +23 -0
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -0
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +31 -0
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +33 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +58 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +21 -0
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +26 -0
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +63 -0
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +12 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +8 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +69 -0
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -0
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +30 -0
- package/dist-types/commands/GetObjectAclCommand.d.ts +22 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +35 -0
- package/dist-types/commands/GetObjectCommand.d.ts +43 -0
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +8 -0
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +15 -0
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +9 -0
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +12 -0
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
- package/dist-types/commands/HeadBucketCommand.d.ts +4 -0
- package/dist-types/commands/HeadObjectCommand.d.ts +41 -0
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +42 -0
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +36 -0
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +38 -0
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +31 -0
- package/dist-types/commands/ListBucketsCommand.d.ts +15 -31
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +37 -0
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +50 -0
- package/dist-types/commands/ListObjectsCommand.d.ts +34 -0
- package/dist-types/commands/ListObjectsV2Command.d.ts +38 -2
- package/dist-types/commands/ListPartsCommand.d.ts +37 -0
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketAclCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketCorsCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +4 -0
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +4 -0
- package/dist-types/commands/PutObjectAclCommand.d.ts +6 -0
- package/dist-types/commands/PutObjectCommand.d.ts +68 -49
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -0
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +6 -0
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +6 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -0
- package/dist-types/commands/RestoreObjectCommand.d.ts +7 -0
- package/dist-types/commands/SelectObjectContentCommand.d.ts +26 -0
- package/dist-types/commands/UploadPartCommand.d.ts +16 -0
- package/dist-types/commands/UploadPartCopyCommand.d.ts +33 -13
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +4 -0
- package/package.json +21 -21
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.326.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",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"@aws-crypto/sha1-browser": "3.0.0",
|
|
26
26
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
27
27
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
28
|
-
"@aws-sdk/client-sts": "3.
|
|
28
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
29
29
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
30
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
30
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
31
31
|
"@aws-sdk/eventstream-serde-browser": "3.310.0",
|
|
32
32
|
"@aws-sdk/eventstream-serde-config-resolver": "3.310.0",
|
|
33
33
|
"@aws-sdk/eventstream-serde-node": "3.310.0",
|
|
@@ -38,33 +38,33 @@
|
|
|
38
38
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
39
39
|
"@aws-sdk/md5-js": "3.310.0",
|
|
40
40
|
"@aws-sdk/middleware-bucket-endpoint": "3.310.0",
|
|
41
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
42
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
43
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
44
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
45
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
46
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
47
|
-
"@aws-sdk/middleware-logger": "3.
|
|
48
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
49
|
-
"@aws-sdk/middleware-retry": "3.
|
|
50
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
51
|
-
"@aws-sdk/middleware-serde": "3.
|
|
52
|
-
"@aws-sdk/middleware-signing": "3.
|
|
53
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
54
|
-
"@aws-sdk/middleware-stack": "3.
|
|
55
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
41
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
42
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
43
|
+
"@aws-sdk/middleware-expect-continue": "3.325.0",
|
|
44
|
+
"@aws-sdk/middleware-flexible-checksums": "3.326.0",
|
|
45
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
46
|
+
"@aws-sdk/middleware-location-constraint": "3.325.0",
|
|
47
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
48
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
49
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
50
|
+
"@aws-sdk/middleware-sdk-s3": "3.326.0",
|
|
51
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
52
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
53
|
+
"@aws-sdk/middleware-ssec": "3.325.0",
|
|
54
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
55
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
56
56
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
57
57
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
58
58
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
59
59
|
"@aws-sdk/signature-v4-multi-region": "3.310.0",
|
|
60
|
-
"@aws-sdk/smithy-client": "3.
|
|
60
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
61
61
|
"@aws-sdk/types": "3.310.0",
|
|
62
62
|
"@aws-sdk/url-parser": "3.310.0",
|
|
63
63
|
"@aws-sdk/util-base64": "3.310.0",
|
|
64
64
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
65
65
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
66
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
67
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
66
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
67
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
68
68
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
69
69
|
"@aws-sdk/util-retry": "3.310.0",
|
|
70
70
|
"@aws-sdk/util-stream-browser": "3.310.0",
|