p6-cdk-s3-protector 0.0.30 → 0.0.31
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/.jsii +6 -6
- package/lib/p6cdks3protector.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +8 -0
- package/node_modules/@aws/lambda-invoke-store/{dist → dist-cjs}/invoke-store.js +12 -36
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
- package/node_modules/@aws/lambda-invoke-store/{dist → dist-types}/invoke-store.d.ts +5 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +26 -8
- package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +2 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +10 -8
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +6 -13
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +12 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +6 -6
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +57 -27
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +10 -17
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/node_modules/@aws-sdk/client-s3/package.json +4 -4
- package/node_modules/@aws-sdk/client-s3-control/dist-cjs/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3-control/dist-es/endpoint/ruleset.js +1 -1
- package/node_modules/@aws-sdk/client-s3-control/package.json +3 -3
- package/node_modules/@aws-sdk/client-sso/package.json +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/node_modules/@aws-sdk/nested-clients/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +12 -12
|
@@ -28,19 +28,9 @@ declare const CreateBucketCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice:
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* </p>
|
|
35
|
-
* <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,
|
|
36
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
37
|
-
* </important>
|
|
38
|
-
* <important>
|
|
39
|
-
* <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
|
|
40
|
-
* 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>.
|
|
41
|
-
* </p>
|
|
42
|
-
* <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,
|
|
43
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
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>
|
|
44
34
|
* </important>
|
|
45
35
|
* <note>
|
|
46
36
|
* <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">
|
|
@@ -179,6 +169,9 @@ declare const CreateBucketCommand_base: {
|
|
|
179
169
|
* </p>
|
|
180
170
|
* </li>
|
|
181
171
|
* </ul>
|
|
172
|
+
* <important>
|
|
173
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
174
|
+
* </important>
|
|
182
175
|
* @example
|
|
183
176
|
* Use a bare-bones client and the command you need to make an API call.
|
|
184
177
|
* ```javascript
|
|
@@ -118,6 +118,9 @@ declare const CreateBucketMetadataConfigurationCommand_base: {
|
|
|
118
118
|
* </p>
|
|
119
119
|
* </li>
|
|
120
120
|
* </ul>
|
|
121
|
+
* <important>
|
|
122
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
123
|
+
* </important>
|
|
121
124
|
* @example
|
|
122
125
|
* Use a bare-bones client and the command you need to make an API call.
|
|
123
126
|
* ```javascript
|
|
@@ -97,6 +97,9 @@ declare const CreateBucketMetadataTableConfigurationCommand_base: {
|
|
|
97
97
|
* </p>
|
|
98
98
|
* </li>
|
|
99
99
|
* </ul>
|
|
100
|
+
* <important>
|
|
101
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
102
|
+
* </important>
|
|
100
103
|
* @example
|
|
101
104
|
* Use a bare-bones client and the command you need to make an API call.
|
|
102
105
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts
CHANGED
|
@@ -28,12 +28,9 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice:
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
* </p>
|
|
35
|
-
* <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,
|
|
36
|
-
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
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>
|
|
37
34
|
* </important>
|
|
38
35
|
* <p>This action initiates a multipart upload and returns an upload ID. This upload ID is used to
|
|
39
36
|
* associate all of the parts in the specific multipart upload. You specify this upload ID in each of your
|
|
@@ -277,6 +274,9 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
277
274
|
* </p>
|
|
278
275
|
* </li>
|
|
279
276
|
* </ul>
|
|
277
|
+
* <important>
|
|
278
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
279
|
+
* </important>
|
|
280
280
|
* @example
|
|
281
281
|
* Use a bare-bones client and the command you need to make an API call.
|
|
282
282
|
* ```javascript
|
|
@@ -131,6 +131,9 @@ declare const CreateSessionCommand_base: {
|
|
|
131
131
|
* <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
|
|
132
132
|
* </dd>
|
|
133
133
|
* </dl>
|
|
134
|
+
* <important>
|
|
135
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
136
|
+
* </important>
|
|
134
137
|
* @example
|
|
135
138
|
* Use a bare-bones client and the command you need to make an API call.
|
|
136
139
|
* ```javascript
|
|
@@ -56,6 +56,9 @@ declare const DeleteBucketAnalyticsConfigurationCommand_base: {
|
|
|
56
56
|
* </p>
|
|
57
57
|
* </li>
|
|
58
58
|
* </ul>
|
|
59
|
+
* <important>
|
|
60
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
61
|
+
* </important>
|
|
59
62
|
* @example
|
|
60
63
|
* Use a bare-bones client and the command you need to make an API call.
|
|
61
64
|
* ```javascript
|
|
@@ -83,6 +83,9 @@ declare const DeleteBucketCommand_base: {
|
|
|
83
83
|
* </p>
|
|
84
84
|
* </li>
|
|
85
85
|
* </ul>
|
|
86
|
+
* <important>
|
|
87
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
88
|
+
* </important>
|
|
86
89
|
* @example
|
|
87
90
|
* Use a bare-bones client and the command you need to make an API call.
|
|
88
91
|
* ```javascript
|
|
@@ -50,6 +50,9 @@ declare const DeleteBucketCorsCommand_base: {
|
|
|
50
50
|
* </p>
|
|
51
51
|
* </li>
|
|
52
52
|
* </ul>
|
|
53
|
+
* <important>
|
|
54
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
55
|
+
* </important>
|
|
53
56
|
* @example
|
|
54
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
58
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts
CHANGED
|
@@ -86,6 +86,9 @@ declare const DeleteBucketEncryptionCommand_base: {
|
|
|
86
86
|
* </p>
|
|
87
87
|
* </li>
|
|
88
88
|
* </ul>
|
|
89
|
+
* <important>
|
|
90
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
91
|
+
* </important>
|
|
89
92
|
* @example
|
|
90
93
|
* Use a bare-bones client and the command you need to make an API call.
|
|
91
94
|
* ```javascript
|
|
@@ -52,6 +52,9 @@ declare const DeleteBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
52
52
|
* </p>
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
55
|
+
* <important>
|
|
56
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
57
|
+
* </important>
|
|
55
58
|
* @example
|
|
56
59
|
* Use a bare-bones client and the command you need to make an API call.
|
|
57
60
|
* ```javascript
|
|
@@ -54,6 +54,9 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
|
|
|
54
54
|
* </p>
|
|
55
55
|
* </li>
|
|
56
56
|
* </ul>
|
|
57
|
+
* <important>
|
|
58
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
59
|
+
* </important>
|
|
57
60
|
* @example
|
|
58
61
|
* Use a bare-bones client and the command you need to make an API call.
|
|
59
62
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts
CHANGED
|
@@ -92,6 +92,9 @@ declare const DeleteBucketLifecycleCommand_base: {
|
|
|
92
92
|
* </p>
|
|
93
93
|
* </li>
|
|
94
94
|
* </ul>
|
|
95
|
+
* <important>
|
|
96
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
97
|
+
* </important>
|
|
95
98
|
* @example
|
|
96
99
|
* Use a bare-bones client and the command you need to make an API call.
|
|
97
100
|
* ```javascript
|
|
@@ -71,6 +71,9 @@ declare const DeleteBucketMetadataConfigurationCommand_base: {
|
|
|
71
71
|
* </p>
|
|
72
72
|
* </li>
|
|
73
73
|
* </ul>
|
|
74
|
+
* <important>
|
|
75
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
76
|
+
* </important>
|
|
74
77
|
* @example
|
|
75
78
|
* Use a bare-bones client and the command you need to make an API call.
|
|
76
79
|
* ```javascript
|
|
@@ -71,6 +71,9 @@ declare const DeleteBucketMetadataTableConfigurationCommand_base: {
|
|
|
71
71
|
* </p>
|
|
72
72
|
* </li>
|
|
73
73
|
* </ul>
|
|
74
|
+
* <important>
|
|
75
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
76
|
+
* </important>
|
|
74
77
|
* @example
|
|
75
78
|
* Use a bare-bones client and the command you need to make an API call.
|
|
76
79
|
* ```javascript
|
|
@@ -61,6 +61,9 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
|
|
|
61
61
|
* </p>
|
|
62
62
|
* </li>
|
|
63
63
|
* </ul>
|
|
64
|
+
* <important>
|
|
65
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
66
|
+
* </important>
|
|
64
67
|
* @example
|
|
65
68
|
* Use a bare-bones client and the command you need to make an API call.
|
|
66
69
|
* ```javascript
|
|
@@ -48,6 +48,9 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
|
|
|
48
48
|
* </p>
|
|
49
49
|
* </li>
|
|
50
50
|
* </ul>
|
|
51
|
+
* <important>
|
|
52
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
53
|
+
* </important>
|
|
51
54
|
* @example
|
|
52
55
|
* Use a bare-bones client and the command you need to make an API call.
|
|
53
56
|
* ```javascript
|
|
@@ -91,6 +91,9 @@ declare const DeleteBucketPolicyCommand_base: {
|
|
|
91
91
|
* </p>
|
|
92
92
|
* </li>
|
|
93
93
|
* </ul>
|
|
94
|
+
* <important>
|
|
95
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
96
|
+
* </important>
|
|
94
97
|
* @example
|
|
95
98
|
* Use a bare-bones client and the command you need to make an API call.
|
|
96
99
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts
CHANGED
|
@@ -53,6 +53,9 @@ declare const DeleteBucketReplicationCommand_base: {
|
|
|
53
53
|
* </p>
|
|
54
54
|
* </li>
|
|
55
55
|
* </ul>
|
|
56
|
+
* <important>
|
|
57
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
58
|
+
* </important>
|
|
56
59
|
* @example
|
|
57
60
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
61
|
* ```javascript
|
|
@@ -46,6 +46,9 @@ declare const DeleteBucketTaggingCommand_base: {
|
|
|
46
46
|
* </p>
|
|
47
47
|
* </li>
|
|
48
48
|
* </ul>
|
|
49
|
+
* <important>
|
|
50
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
51
|
+
* </important>
|
|
49
52
|
* @example
|
|
50
53
|
* Use a bare-bones client and the command you need to make an API call.
|
|
51
54
|
* ```javascript
|
|
@@ -53,6 +53,9 @@ declare const DeleteBucketWebsiteCommand_base: {
|
|
|
53
53
|
* </p>
|
|
54
54
|
* </li>
|
|
55
55
|
* </ul>
|
|
56
|
+
* <important>
|
|
57
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
58
|
+
* </important>
|
|
56
59
|
* @example
|
|
57
60
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
61
|
* ```javascript
|
|
@@ -141,6 +141,12 @@ declare const DeleteObjectCommand_base: {
|
|
|
141
141
|
* </p>
|
|
142
142
|
* </li>
|
|
143
143
|
* </ul>
|
|
144
|
+
* <important>
|
|
145
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
146
|
+
* </important>
|
|
147
|
+
* <note>
|
|
148
|
+
* <p>The <code>If-Match</code> header is supported for both general purpose and directory buckets. <code>IfMatchLastModifiedTime</code> and <code>IfMatchSize</code> is only supported for directory buckets. </p>
|
|
149
|
+
* </note>
|
|
144
150
|
* @example
|
|
145
151
|
* Use a bare-bones client and the command you need to make an API call.
|
|
146
152
|
* ```javascript
|
|
@@ -50,6 +50,9 @@ declare const DeleteObjectTaggingCommand_base: {
|
|
|
50
50
|
* </p>
|
|
51
51
|
* </li>
|
|
52
52
|
* </ul>
|
|
53
|
+
* <important>
|
|
54
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
55
|
+
* </important>
|
|
53
56
|
* @example
|
|
54
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
55
58
|
* ```javascript
|
|
@@ -157,6 +157,9 @@ declare const DeleteObjectsCommand_base: {
|
|
|
157
157
|
* </p>
|
|
158
158
|
* </li>
|
|
159
159
|
* </ul>
|
|
160
|
+
* <important>
|
|
161
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
162
|
+
* </important>
|
|
160
163
|
* @example
|
|
161
164
|
* Use a bare-bones client and the command you need to make an API call.
|
|
162
165
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts
CHANGED
|
@@ -58,6 +58,9 @@ declare const DeletePublicAccessBlockCommand_base: {
|
|
|
58
58
|
* </p>
|
|
59
59
|
* </li>
|
|
60
60
|
* </ul>
|
|
61
|
+
* <important>
|
|
62
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
63
|
+
* </important>
|
|
61
64
|
* @example
|
|
62
65
|
* Use a bare-bones client and the command you need to make an API call.
|
|
63
66
|
* ```javascript
|
|
@@ -53,6 +53,9 @@ declare const GetBucketAccelerateConfigurationCommand_base: {
|
|
|
53
53
|
* </p>
|
|
54
54
|
* </li>
|
|
55
55
|
* </ul>
|
|
56
|
+
* <important>
|
|
57
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
58
|
+
* </important>
|
|
56
59
|
* @example
|
|
57
60
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
61
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const GetBucketAclCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
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
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
33
|
* </p>
|
|
34
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,
|
|
@@ -53,6 +53,9 @@ declare const GetBucketAclCommand_base: {
|
|
|
53
53
|
* being the account that created the bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling object ownership and
|
|
54
54
|
* disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
55
55
|
* </note>
|
|
56
|
+
* <important>
|
|
57
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
58
|
+
* </important>
|
|
56
59
|
* <p>The following operations are related to <code>GetBucketAcl</code>:</p>
|
|
57
60
|
* <ul>
|
|
58
61
|
* <li>
|
|
@@ -56,6 +56,9 @@ declare const GetBucketAnalyticsConfigurationCommand_base: {
|
|
|
56
56
|
* </p>
|
|
57
57
|
* </li>
|
|
58
58
|
* </ul>
|
|
59
|
+
* <important>
|
|
60
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
61
|
+
* </important>
|
|
59
62
|
* @example
|
|
60
63
|
* Use a bare-bones client and the command you need to make an API call.
|
|
61
64
|
* ```javascript
|
|
@@ -53,6 +53,9 @@ declare const GetBucketCorsCommand_base: {
|
|
|
53
53
|
* </p>
|
|
54
54
|
* </li>
|
|
55
55
|
* </ul>
|
|
56
|
+
* <important>
|
|
57
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
58
|
+
* </important>
|
|
56
59
|
* @example
|
|
57
60
|
* Use a bare-bones client and the command you need to make an API call.
|
|
58
61
|
* ```javascript
|
|
@@ -86,6 +86,9 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
86
86
|
* </p>
|
|
87
87
|
* </li>
|
|
88
88
|
* </ul>
|
|
89
|
+
* <important>
|
|
90
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
91
|
+
* </important>
|
|
89
92
|
* @example
|
|
90
93
|
* Use a bare-bones client and the command you need to make an API call.
|
|
91
94
|
* ```javascript
|
|
@@ -52,6 +52,9 @@ declare const GetBucketIntelligentTieringConfigurationCommand_base: {
|
|
|
52
52
|
* </p>
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
55
|
+
* <important>
|
|
56
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
57
|
+
* </important>
|
|
55
58
|
* @example
|
|
56
59
|
* Use a bare-bones client and the command you need to make an API call.
|
|
57
60
|
* ```javascript
|
|
@@ -55,6 +55,9 @@ declare const GetBucketInventoryConfigurationCommand_base: {
|
|
|
55
55
|
* </p>
|
|
56
56
|
* </li>
|
|
57
57
|
* </ul>
|
|
58
|
+
* <important>
|
|
59
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
60
|
+
* </important>
|
|
58
61
|
* @example
|
|
59
62
|
* Use a bare-bones client and the command you need to make an API call.
|
|
60
63
|
* ```javascript
|
|
@@ -120,6 +120,9 @@ declare const GetBucketLifecycleConfigurationCommand_base: {
|
|
|
120
120
|
* </p>
|
|
121
121
|
* </li>
|
|
122
122
|
* </ul>
|
|
123
|
+
* <important>
|
|
124
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
125
|
+
* </important>
|
|
123
126
|
* @example
|
|
124
127
|
* Use a bare-bones client and the command you need to make an API call.
|
|
125
128
|
* ```javascript
|
|
@@ -27,20 +27,31 @@ declare const GetBucketLocationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* <
|
|
31
|
-
* <p>
|
|
32
|
-
*
|
|
30
|
+
* <important>
|
|
31
|
+
* <p>Using the <code>GetBucketLocation</code> operation is no longer a best practice. To return the
|
|
32
|
+
* Region that a bucket resides in, we recommend that you use the
|
|
33
|
+
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadBucket.html">HeadBucket</a>
|
|
34
|
+
* operation instead. For backward compatibility, Amazon S3 continues to support the
|
|
35
|
+
* <code>GetBucketLocation</code> operation.</p>
|
|
36
|
+
* </important>
|
|
33
37
|
* <p>Returns the Region the bucket resides in. You set the bucket's Region using the
|
|
34
38
|
* <code>LocationConstraint</code> request parameter in a <code>CreateBucket</code> request. For more
|
|
35
39
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>.</p>
|
|
40
|
+
* <note>
|
|
41
|
+
* <p>In a bucket's home Region, calls to the <code>GetBucketLocation</code> operation are governed
|
|
42
|
+
* by the bucket's policy. In other Regions, the bucket policy doesn't apply, which means that
|
|
43
|
+
* cross-account access won't be authorized. However, calls to the <code>HeadBucket</code> operation
|
|
44
|
+
* always return the bucket’s location through an HTTP response header, whether access to the bucket
|
|
45
|
+
* is authorized or not. Therefore, we recommend using the <code>HeadBucket</code> operation for
|
|
46
|
+
* bucket Region discovery and to avoid using the <code>GetBucketLocation</code> operation.</p>
|
|
47
|
+
* </note>
|
|
36
48
|
* <p>When you use this API operation with an access point, provide the alias of the access point in place of the bucket name.</p>
|
|
37
49
|
* <p>When you use this API operation with an Object Lambda access point, provide the alias of the Object Lambda access point in place of the bucket name.
|
|
38
50
|
* If the Object Lambda access point alias in a request is not valid, the error code <code>InvalidAccessPointAliasError</code> is returned.
|
|
39
51
|
* For more information about <code>InvalidAccessPointAliasError</code>, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList">List of
|
|
40
52
|
* Error Codes</a>.</p>
|
|
41
53
|
* <note>
|
|
42
|
-
* <p>
|
|
43
|
-
* resides in. For backward compatibility, Amazon S3 continues to support GetBucketLocation.</p>
|
|
54
|
+
* <p>This operation is not supported for directory buckets.</p>
|
|
44
55
|
* </note>
|
|
45
56
|
* <p>The following operations are related to <code>GetBucketLocation</code>:</p>
|
|
46
57
|
* <ul>
|
|
@@ -55,6 +66,9 @@ declare const GetBucketLocationCommand_base: {
|
|
|
55
66
|
* </p>
|
|
56
67
|
* </li>
|
|
57
68
|
* </ul>
|
|
69
|
+
* <important>
|
|
70
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
71
|
+
* </important>
|
|
58
72
|
* @example
|
|
59
73
|
* Use a bare-bones client and the command you need to make an API call.
|
|
60
74
|
* ```javascript
|
|
@@ -28,7 +28,7 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <important>
|
|
31
|
-
* <p>End of support notice: Beginning
|
|
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
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
33
|
* </p>
|
|
34
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,
|
|
@@ -52,6 +52,9 @@ declare const GetBucketLoggingCommand_base: {
|
|
|
52
52
|
* </p>
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
55
|
+
* <important>
|
|
56
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
57
|
+
* </important>
|
|
55
58
|
* @example
|
|
56
59
|
* Use a bare-bones client and the command you need to make an API call.
|
|
57
60
|
* ```javascript
|
|
@@ -70,6 +70,9 @@ declare const GetBucketMetadataConfigurationCommand_base: {
|
|
|
70
70
|
* </p>
|
|
71
71
|
* </li>
|
|
72
72
|
* </ul>
|
|
73
|
+
* <important>
|
|
74
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
75
|
+
* </important>
|
|
73
76
|
* @example
|
|
74
77
|
* Use a bare-bones client and the command you need to make an API call.
|
|
75
78
|
* ```javascript
|
|
@@ -70,6 +70,9 @@ declare const GetBucketMetadataTableConfigurationCommand_base: {
|
|
|
70
70
|
* </p>
|
|
71
71
|
* </li>
|
|
72
72
|
* </ul>
|
|
73
|
+
* <important>
|
|
74
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
75
|
+
* </important>
|
|
73
76
|
* @example
|
|
74
77
|
* Use a bare-bones client and the command you need to make an API call.
|
|
75
78
|
* ```javascript
|
|
@@ -62,6 +62,9 @@ declare const GetBucketMetricsConfigurationCommand_base: {
|
|
|
62
62
|
* </p>
|
|
63
63
|
* </li>
|
|
64
64
|
* </ul>
|
|
65
|
+
* <important>
|
|
66
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
67
|
+
* </important>
|
|
65
68
|
* @example
|
|
66
69
|
* Use a bare-bones client and the command you need to make an API call.
|
|
67
70
|
* ```javascript
|
|
@@ -52,6 +52,9 @@ declare const GetBucketNotificationConfigurationCommand_base: {
|
|
|
52
52
|
* </p>
|
|
53
53
|
* </li>
|
|
54
54
|
* </ul>
|
|
55
|
+
* <important>
|
|
56
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
57
|
+
* </important>
|
|
55
58
|
* @example
|
|
56
59
|
* Use a bare-bones client and the command you need to make an API call.
|
|
57
60
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts
CHANGED
|
@@ -62,6 +62,9 @@ declare const GetBucketOwnershipControlsCommand_base: {
|
|
|
62
62
|
* </p>
|
|
63
63
|
* </li>
|
|
64
64
|
* </ul>
|
|
65
|
+
* <important>
|
|
66
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
67
|
+
* </important>
|
|
65
68
|
* @example
|
|
66
69
|
* Use a bare-bones client and the command you need to make an API call.
|
|
67
70
|
* ```javascript
|
|
@@ -94,6 +94,9 @@ declare const GetBucketPolicyCommand_base: {
|
|
|
94
94
|
* </p>
|
|
95
95
|
* </li>
|
|
96
96
|
* </ul>
|
|
97
|
+
* <important>
|
|
98
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
99
|
+
* </important>
|
|
97
100
|
* @example
|
|
98
101
|
* Use a bare-bones client and the command you need to make an API call.
|
|
99
102
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts
CHANGED
|
@@ -58,6 +58,9 @@ declare const GetBucketPolicyStatusCommand_base: {
|
|
|
58
58
|
* </p>
|
|
59
59
|
* </li>
|
|
60
60
|
* </ul>
|
|
61
|
+
* <important>
|
|
62
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
63
|
+
* </important>
|
|
61
64
|
* @example
|
|
62
65
|
* Use a bare-bones client and the command you need to make an API call.
|
|
63
66
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts
CHANGED
|
@@ -59,6 +59,9 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
59
59
|
* </p>
|
|
60
60
|
* </li>
|
|
61
61
|
* </ul>
|
|
62
|
+
* <important>
|
|
63
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
64
|
+
* </important>
|
|
62
65
|
* @example
|
|
63
66
|
* Use a bare-bones client and the command you need to make an API call.
|
|
64
67
|
* ```javascript
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts
CHANGED
|
@@ -40,6 +40,9 @@ declare const GetBucketRequestPaymentCommand_base: {
|
|
|
40
40
|
* </p>
|
|
41
41
|
* </li>
|
|
42
42
|
* </ul>
|
|
43
|
+
* <important>
|
|
44
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
45
|
+
* </important>
|
|
43
46
|
* @example
|
|
44
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
48
|
* ```javascript
|
|
@@ -59,6 +59,9 @@ declare const GetBucketTaggingCommand_base: {
|
|
|
59
59
|
* </p>
|
|
60
60
|
* </li>
|
|
61
61
|
* </ul>
|
|
62
|
+
* <important>
|
|
63
|
+
* <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
|
|
64
|
+
* </important>
|
|
62
65
|
* @example
|
|
63
66
|
* Use a bare-bones client and the command you need to make an API call.
|
|
64
67
|
* ```javascript
|