@aws-sdk/client-s3 3.40.1 → 3.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/endpoints.js +24 -0
- package/dist-cjs/models/models_0.js +18 -10
- package/dist-cjs/models/models_1.js +7 -1
- package/dist-cjs/protocols/Aws_restXml.js +82 -0
- package/dist-es/endpoints.js +24 -0
- package/dist-es/models/models_0.js +12 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/protocols/Aws_restXml.js +83 -3
- package/dist-types/S3.d.ts +124 -38
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +1 -1
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +5 -1
- package/dist-types/commands/CopyObjectCommand.d.ts +12 -2
- package/dist-types/commands/CreateBucketCommand.d.ts +40 -12
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/DeleteObjectsCommand.d.ts +1 -1
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketAclCommand.d.ts +8 -1
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -4
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +8 -2
- package/dist-types/commands/GetObjectCommand.d.ts +8 -5
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/HeadBucketCommand.d.ts +1 -1
- package/dist-types/commands/HeadObjectCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +1 -1
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +8 -2
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +9 -4
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -3
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectAclCommand.d.ts +8 -3
- package/dist-types/commands/PutObjectCommand.d.ts +15 -3
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +1 -1
- package/dist-types/commands/SelectObjectContentCommand.d.ts +1 -1
- package/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +110 -25
- package/dist-types/models/models_1.d.ts +16 -1
- package/dist-types/ts3.4/models/models_0.d.ts +55 -15
- package/dist-types/ts3.4/models/models_1.d.ts +10 -1
- package/package.json +6 -6
|
@@ -23,7 +23,7 @@ export interface GetObjectLockConfigurationCommandOutput extends GetObjectLockCo
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link GetObjectLockConfigurationCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link GetObjectLockConfigurationCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class GetObjectLockConfigurationCommand extends $Command<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link GetObjectRetentionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link GetObjectRetentionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class GetObjectRetentionCommand extends $Command<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link GetObjectTaggingCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link GetObjectTaggingCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class GetObjectTaggingCommand extends $Command<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -36,7 +36,7 @@ export interface GetObjectTorrentCommandOutput extends GetObjectTorrentOutput, _
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link GetObjectTorrentCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link GetObjectTorrentCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class GetObjectTorrentCommand extends $Command<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -59,7 +59,7 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
|
|
|
59
59
|
*
|
|
60
60
|
* @see {@link GetPublicAccessBlockCommandInput} for command's `input` shape.
|
|
61
61
|
* @see {@link GetPublicAccessBlockCommandOutput} for command's `response` shape.
|
|
62
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
62
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
export declare class GetPublicAccessBlockCommand extends $Command<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface HeadBucketCommandOutput extends __MetadataBearer {
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link HeadBucketCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link HeadBucketCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class HeadBucketCommand extends $Command<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -131,7 +131,7 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
|
|
|
131
131
|
*
|
|
132
132
|
* @see {@link HeadObjectCommandInput} for command's `input` shape.
|
|
133
133
|
* @see {@link HeadObjectCommandOutput} for command's `response` shape.
|
|
134
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
134
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
135
135
|
*
|
|
136
136
|
*/
|
|
137
137
|
export declare class HeadObjectCommand extends $Command<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -59,7 +59,7 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBuck
|
|
|
59
59
|
*
|
|
60
60
|
* @see {@link ListBucketAnalyticsConfigurationsCommandInput} for command's `input` shape.
|
|
61
61
|
* @see {@link ListBucketAnalyticsConfigurationsCommandOutput} for command's `response` shape.
|
|
62
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
62
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
export declare class ListBucketAnalyticsConfigurationsCommand extends $Command<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -8,8 +8,8 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
|
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
10
|
* <p>Lists the S3 Intelligent-Tiering configuration from the specified bucket.</p>
|
|
11
|
-
* <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in
|
|
12
|
-
* <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
|
|
11
|
+
* <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
|
|
12
|
+
* <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
|
|
13
13
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
|
|
14
14
|
* <p>Operations related to
|
|
15
15
|
* <code>ListBucketIntelligentTieringConfigurations</code> include: </p>
|
|
@@ -42,7 +42,7 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link ListBucketIntelligentTieringConfigurationsCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link ListBucketIntelligentTieringConfigurationsCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class ListBucketIntelligentTieringConfigurationsCommand extends $Command<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface ListBucketInventoryConfigurationsCommandOutput extends ListBuck
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link ListBucketInventoryConfigurationsCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link ListBucketInventoryConfigurationsCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class ListBucketInventoryConfigurationsCommand extends $Command<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -60,7 +60,7 @@ export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucket
|
|
|
60
60
|
*
|
|
61
61
|
* @see {@link ListBucketMetricsConfigurationsCommandInput} for command's `input` shape.
|
|
62
62
|
* @see {@link ListBucketMetricsConfigurationsCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
63
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
export declare class ListBucketMetricsConfigurationsCommand extends $Command<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListBucketsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListBucketsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListBucketsCommand extends $Command<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -70,7 +70,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
|
|
|
70
70
|
*
|
|
71
71
|
* @see {@link ListMultipartUploadsCommandInput} for command's `input` shape.
|
|
72
72
|
* @see {@link ListMultipartUploadsCommandOutput} for command's `response` shape.
|
|
73
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
73
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -58,7 +58,7 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
|
|
|
58
58
|
*
|
|
59
59
|
* @see {@link ListObjectVersionsCommandInput} for command's `input` shape.
|
|
60
60
|
* @see {@link ListObjectVersionsCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
61
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
export declare class ListObjectVersionsCommand extends $Command<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -57,7 +57,7 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
|
|
|
57
57
|
*
|
|
58
58
|
* @see {@link ListObjectsCommandInput} for command's `input` shape.
|
|
59
59
|
* @see {@link ListObjectsCommandOutput} for command's `response` shape.
|
|
60
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
60
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
export declare class ListObjectsCommand extends $Command<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -61,7 +61,7 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
|
|
|
61
61
|
*
|
|
62
62
|
* @see {@link ListObjectsV2CommandInput} for command's `input` shape.
|
|
63
63
|
* @see {@link ListObjectsV2CommandOutput} for command's `response` shape.
|
|
64
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
64
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
export declare class ListObjectsV2Command extends $Command<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link ListPartsCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link ListPartsCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -65,7 +65,7 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
|
|
|
65
65
|
*
|
|
66
66
|
* @see {@link PutBucketAccelerateConfigurationCommandInput} for command's `input` shape.
|
|
67
67
|
* @see {@link PutBucketAccelerateConfigurationCommandOutput} for command's `response` shape.
|
|
68
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
68
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
69
69
|
*
|
|
70
70
|
*/
|
|
71
71
|
export declare class PutBucketAccelerateConfigurationCommand extends $Command<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -31,7 +31,13 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* that updates a bucket ACL using the request body, then you can continue to use that
|
|
32
32
|
* approach.</p>
|
|
33
33
|
*
|
|
34
|
-
*
|
|
34
|
+
* <important>
|
|
35
|
+
* <p>If your bucket uses the bucket owner enforced setting for S3 Object Ownership, ACLs are disabled and no longer affect permissions.
|
|
36
|
+
* You must use policies to grant access to your bucket and the objects in it. Requests to set ACLs or update ACLs fail and
|
|
37
|
+
* return the <code>AccessControlListNotSupported</code> error code. Requests to read ACLs are still supported.
|
|
38
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html">Controlling object ownership</a>
|
|
39
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
40
|
+
* </important>
|
|
35
41
|
* <p>
|
|
36
42
|
* <b>Access Permissions</b>
|
|
37
43
|
* </p>
|
|
@@ -209,7 +215,7 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
|
|
|
209
215
|
*
|
|
210
216
|
* @see {@link PutBucketAclCommandInput} for command's `input` shape.
|
|
211
217
|
* @see {@link PutBucketAclCommandOutput} for command's `response` shape.
|
|
212
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
218
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
213
219
|
*
|
|
214
220
|
*/
|
|
215
221
|
export declare class PutBucketAclCommand extends $Command<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -135,7 +135,7 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
|
|
|
135
135
|
*
|
|
136
136
|
* @see {@link PutBucketAnalyticsConfigurationCommandInput} for command's `input` shape.
|
|
137
137
|
* @see {@link PutBucketAnalyticsConfigurationCommandOutput} for command's `response` shape.
|
|
138
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
138
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
139
139
|
*
|
|
140
140
|
*/
|
|
141
141
|
export declare class PutBucketAnalyticsConfigurationCommand extends $Command<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -76,7 +76,7 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
|
|
|
76
76
|
*
|
|
77
77
|
* @see {@link PutBucketCorsCommandInput} for command's `input` shape.
|
|
78
78
|
* @see {@link PutBucketCorsCommandOutput} for command's `response` shape.
|
|
79
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
79
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
82
82
|
export declare class PutBucketCorsCommand extends $Command<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -52,7 +52,7 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
|
|
|
52
52
|
*
|
|
53
53
|
* @see {@link PutBucketEncryptionCommandInput} for command's `input` shape.
|
|
54
54
|
* @see {@link PutBucketEncryptionCommandOutput} for command's `response` shape.
|
|
55
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
55
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
export declare class PutBucketEncryptionCommand extends $Command<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -9,8 +9,8 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Puts a S3 Intelligent-Tiering configuration to the specified bucket.
|
|
11
11
|
* You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket.</p>
|
|
12
|
-
* <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in
|
|
13
|
-
* <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
|
|
12
|
+
* <p>The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead. S3 Intelligent-Tiering delivers automatic cost savings in three low latency and high throughput access tiers. To get the lowest storage cost on data that can be accessed in minutes to hours, you can choose to activate additional archiving capabilities.</p>
|
|
13
|
+
* <p>The S3 Intelligent-Tiering storage class is the ideal storage class for data with unknown, changing, or unpredictable access patterns, independent of object size or retention period. If the size of an object is less than 128 KB, it is not monitored and not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the Frequent Access tier rates in the S3 Intelligent-Tiering storage class.</p>
|
|
14
14
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html#sc-dynamic-data-access">Storage class for automatically optimizing frequently and infrequently accessed objects</a>.</p>
|
|
15
15
|
* <p>Operations related to
|
|
16
16
|
* <code>PutBucketIntelligentTieringConfiguration</code> include: </p>
|
|
@@ -102,7 +102,7 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
|
|
|
102
102
|
*
|
|
103
103
|
* @see {@link PutBucketIntelligentTieringConfigurationCommandInput} for command's `input` shape.
|
|
104
104
|
* @see {@link PutBucketIntelligentTieringConfigurationCommandOutput} for command's `response` shape.
|
|
105
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
105
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
106
106
|
*
|
|
107
107
|
*/
|
|
108
108
|
export declare class PutBucketIntelligentTieringConfigurationCommand extends $Command<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -120,7 +120,7 @@ export interface PutBucketInventoryConfigurationCommandOutput extends __Metadata
|
|
|
120
120
|
*
|
|
121
121
|
* @see {@link PutBucketInventoryConfigurationCommandInput} for command's `input` shape.
|
|
122
122
|
* @see {@link PutBucketInventoryConfigurationCommandOutput} for command's `response` shape.
|
|
123
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
123
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
124
124
|
*
|
|
125
125
|
*/
|
|
126
126
|
export declare class PutBucketInventoryConfigurationCommand extends $Command<PutBucketInventoryConfigurationCommandInput, PutBucketInventoryConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -113,7 +113,7 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
|
|
|
113
113
|
*
|
|
114
114
|
* @see {@link PutBucketLifecycleConfigurationCommandInput} for command's `input` shape.
|
|
115
115
|
* @see {@link PutBucketLifecycleConfigurationCommandOutput} for command's `response` shape.
|
|
116
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
116
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
117
117
|
*
|
|
118
118
|
*/
|
|
119
119
|
export declare class PutBucketLifecycleConfigurationCommand extends $Command<PutBucketLifecycleConfigurationCommandInput, PutBucketLifecycleConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -11,10 +11,15 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
|
|
|
11
11
|
* modify the logging parameters. All logs are saved to buckets in the same Amazon Web Services Region as the
|
|
12
12
|
* source bucket. To set the logging status of a bucket, you must be the bucket owner.</p>
|
|
13
13
|
*
|
|
14
|
-
* <p>The bucket owner is automatically granted FULL_CONTROL to all logs. You use the
|
|
15
|
-
* <code>Grantee</code> request element to grant access to other people. The
|
|
14
|
+
* <p>The bucket owner is automatically granted FULL_CONTROL to all logs. You use the <code>Grantee</code> request element to grant access to other people. The
|
|
16
15
|
* <code>Permissions</code> request element specifies the kind of access the grantee has to
|
|
17
16
|
* the logs.</p>
|
|
17
|
+
* <important>
|
|
18
|
+
* <p>If the target bucket for log delivery uses the bucket owner enforced
|
|
19
|
+
* setting for S3 Object Ownership, you can't use the <code>Grantee</code> request element
|
|
20
|
+
* to grant access to others. Permissions can only be granted using policies. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html#grant-log-delivery-permissions-general">Permissions for server access log delivery</a> in the
|
|
21
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
22
|
+
* </important>
|
|
18
23
|
*
|
|
19
24
|
* <p>
|
|
20
25
|
* <b>Grantee Values</b>
|
|
@@ -59,7 +64,7 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
|
|
|
59
64
|
* /></code>
|
|
60
65
|
* </p>
|
|
61
66
|
*
|
|
62
|
-
* <p>For more information about server access logging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
67
|
+
* <p>For more information about server access logging, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/ServerLogs.html">Server Access Logging</a> in the <i>Amazon S3 User Guide</i>. </p>
|
|
63
68
|
*
|
|
64
69
|
* <p>For more information about creating a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html">CreateBucket</a>. For more
|
|
65
70
|
* information about returning the logging status of a bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketLogging.html">GetBucketLogging</a>.</p>
|
|
@@ -99,7 +104,7 @@ export interface PutBucketLoggingCommandOutput extends __MetadataBearer {
|
|
|
99
104
|
*
|
|
100
105
|
* @see {@link PutBucketLoggingCommandInput} for command's `input` shape.
|
|
101
106
|
* @see {@link PutBucketLoggingCommandOutput} for command's `response` shape.
|
|
102
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
107
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
103
108
|
*
|
|
104
109
|
*/
|
|
105
110
|
export declare class PutBucketLoggingCommand extends $Command<PutBucketLoggingCommandInput, PutBucketLoggingCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -70,7 +70,7 @@ export interface PutBucketMetricsConfigurationCommandOutput extends __MetadataBe
|
|
|
70
70
|
*
|
|
71
71
|
* @see {@link PutBucketMetricsConfigurationCommandInput} for command's `input` shape.
|
|
72
72
|
* @see {@link PutBucketMetricsConfigurationCommandOutput} for command's `response` shape.
|
|
73
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
73
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class PutBucketMetricsConfigurationCommand extends $Command<PutBucketMetricsConfigurationCommandInput, PutBucketMetricsConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -81,7 +81,7 @@ export interface PutBucketNotificationConfigurationCommandOutput extends __Metad
|
|
|
81
81
|
*
|
|
82
82
|
* @see {@link PutBucketNotificationConfigurationCommandInput} for command's `input` shape.
|
|
83
83
|
* @see {@link PutBucketNotificationConfigurationCommandOutput} for command's `response` shape.
|
|
84
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
84
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
85
85
|
*
|
|
86
86
|
*/
|
|
87
87
|
export declare class PutBucketNotificationConfigurationCommand extends $Command<PutBucketNotificationConfigurationCommandInput, PutBucketNotificationConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -9,8 +9,8 @@ export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBeare
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates or modifies <code>OwnershipControls</code> for an Amazon S3 bucket. To use this
|
|
11
11
|
* operation, you must have the <code>s3:PutBucketOwnershipControls</code> permission. For
|
|
12
|
-
* more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
13
|
-
* <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/
|
|
12
|
+
* more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/using-with-s3-actions.html">Specifying permissions in a policy</a>. </p>
|
|
13
|
+
* <p>For information about Amazon S3 Object Ownership, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/user-guide/about-object-ownership.html">Using object ownership</a>. </p>
|
|
14
14
|
* <p>The following operations are related to <code>PutBucketOwnershipControls</code>:</p>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
@@ -36,7 +36,7 @@ export interface PutBucketOwnershipControlsCommandOutput extends __MetadataBeare
|
|
|
36
36
|
*
|
|
37
37
|
* @see {@link PutBucketOwnershipControlsCommandInput} for command's `input` shape.
|
|
38
38
|
* @see {@link PutBucketOwnershipControlsCommandOutput} for command's `response` shape.
|
|
39
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
39
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
export declare class PutBucketOwnershipControlsCommand extends $Command<PutBucketOwnershipControlsCommandInput, PutBucketOwnershipControlsCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface PutBucketPolicyCommandOutput extends __MetadataBearer {
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link PutBucketPolicyCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link PutBucketPolicyCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class PutBucketPolicyCommand extends $Command<PutBucketPolicyCommandInput, PutBucketPolicyCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -89,7 +89,7 @@ export interface PutBucketReplicationCommandOutput extends __MetadataBearer {
|
|
|
89
89
|
*
|
|
90
90
|
* @see {@link PutBucketReplicationCommandInput} for command's `input` shape.
|
|
91
91
|
* @see {@link PutBucketReplicationCommandOutput} for command's `response` shape.
|
|
92
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
92
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
export declare class PutBucketReplicationCommand extends $Command<PutBucketReplicationCommandInput, PutBucketReplicationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link PutBucketRequestPaymentCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link PutBucketRequestPaymentCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class PutBucketRequestPaymentCommand extends $Command<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -98,7 +98,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
98
98
|
*
|
|
99
99
|
* @see {@link PutBucketTaggingCommandInput} for command's `input` shape.
|
|
100
100
|
* @see {@link PutBucketTaggingCommandOutput} for command's `response` shape.
|
|
101
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
101
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
102
102
|
*
|
|
103
103
|
*/
|
|
104
104
|
export declare class PutBucketTaggingCommand extends $Command<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -68,7 +68,7 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
68
68
|
*
|
|
69
69
|
* @see {@link PutBucketVersioningCommandInput} for command's `input` shape.
|
|
70
70
|
* @see {@link PutBucketVersioningCommandOutput} for command's `response` shape.
|
|
71
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
71
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
export declare class PutBucketVersioningCommand extends $Command<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -145,7 +145,7 @@ export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {
|
|
|
145
145
|
*
|
|
146
146
|
* @see {@link PutBucketWebsiteCommandInput} for command's `input` shape.
|
|
147
147
|
* @see {@link PutBucketWebsiteCommandOutput} for command's `response` shape.
|
|
148
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
148
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
149
149
|
*
|
|
150
150
|
*/
|
|
151
151
|
export declare class PutBucketWebsiteCommand extends $Command<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -16,8 +16,13 @@ export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __Metadat
|
|
|
16
16
|
* the ACL on an object using either the request body or the headers. For example, if you have
|
|
17
17
|
* an existing application that updates a bucket ACL using the request body, you can continue
|
|
18
18
|
* to use that approach. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List (ACL) Overview</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
19
|
-
*
|
|
20
|
-
*
|
|
19
|
+
* <important>
|
|
20
|
+
* <p>If your bucket uses the bucket owner enforced setting for S3 Object Ownership, ACLs are disabled and no longer affect permissions.
|
|
21
|
+
* You must use policies to grant access to your bucket and the objects in it. Requests to set ACLs or update ACLs fail and
|
|
22
|
+
* return the <code>AccessControlListNotSupported</code> error code. Requests to read ACLs are still supported.
|
|
23
|
+
* For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html">Controlling object ownership</a>
|
|
24
|
+
* in the <i>Amazon S3 User Guide</i>.</p>
|
|
25
|
+
* </important>
|
|
21
26
|
*
|
|
22
27
|
* <p>
|
|
23
28
|
* <b>Access Permissions</b>
|
|
@@ -196,7 +201,7 @@ export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __Metadat
|
|
|
196
201
|
*
|
|
197
202
|
* @see {@link PutObjectAclCommandInput} for command's `input` shape.
|
|
198
203
|
* @see {@link PutObjectAclCommandOutput} for command's `response` shape.
|
|
199
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
204
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
200
205
|
*
|
|
201
206
|
*/
|
|
202
207
|
export declare class PutObjectAclCommand extends $Command<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -52,7 +52,6 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare
|
|
|
52
52
|
* </li>
|
|
53
53
|
* </ul>
|
|
54
54
|
* </note>
|
|
55
|
-
*
|
|
56
55
|
* <p>
|
|
57
56
|
* <b>Server-side Encryption</b>
|
|
58
57
|
* </p>
|
|
@@ -74,7 +73,20 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare
|
|
|
74
73
|
* permissions are then added to the ACL on the object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html">Access Control List
|
|
75
74
|
* (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST
|
|
76
75
|
* API</a>. </p>
|
|
77
|
-
*
|
|
76
|
+
* <p>If the bucket that you're uploading objects to uses the bucket owner enforced setting
|
|
77
|
+
* for S3 Object Ownership, ACLs are disabled and no longer affect permissions. Buckets that
|
|
78
|
+
* use this setting only accept PUT requests that don't specify an ACL or PUT requests that
|
|
79
|
+
* specify bucket owner full control ACLs, such as the <code>bucket-owner-full-control</code> canned
|
|
80
|
+
* ACL or an equivalent form of this ACL expressed in the XML format. PUT requests that contain other
|
|
81
|
+
* ACLs (for example, custom grants to certain Amazon Web Services accounts) fail and return a
|
|
82
|
+
* <code>400</code> error with the error code
|
|
83
|
+
* <code>AccessControlListNotSupported</code>.</p>
|
|
84
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling ownership of
|
|
85
|
+
* objects and disabling ACLs</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
86
|
+
* <note>
|
|
87
|
+
* <p>If your bucket uses the bucket owner enforced setting for Object Ownership,
|
|
88
|
+
* all objects written to the bucket by any account will be owned by the bucket owner.</p>
|
|
89
|
+
* </note>
|
|
78
90
|
* <p>
|
|
79
91
|
* <b>Storage Class Options</b>
|
|
80
92
|
* </p>
|
|
@@ -124,7 +136,7 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare
|
|
|
124
136
|
*
|
|
125
137
|
* @see {@link PutObjectCommandInput} for command's `input` shape.
|
|
126
138
|
* @see {@link PutObjectCommandOutput} for command's `response` shape.
|
|
127
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
139
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
128
140
|
*
|
|
129
141
|
*/
|
|
130
142
|
export declare class PutObjectCommand extends $Command<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link PutObjectLegalHoldCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link PutObjectLegalHoldCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class PutObjectLegalHoldCommand extends $Command<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface PutObjectLockConfigurationCommandOutput extends PutObjectLockCo
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link PutObjectLockConfigurationCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link PutObjectLockConfigurationCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class PutObjectLockConfigurationCommand extends $Command<PutObjectLockConfigurationCommandInput, PutObjectLockConfigurationCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutpu
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link PutObjectRetentionCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link PutObjectRetentionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class PutObjectRetentionCommand extends $Command<PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -123,7 +123,7 @@ export interface PutObjectTaggingCommandOutput extends PutObjectTaggingOutput, _
|
|
|
123
123
|
*
|
|
124
124
|
* @see {@link PutObjectTaggingCommandInput} for command's `input` shape.
|
|
125
125
|
* @see {@link PutObjectTaggingCommandOutput} for command's `response` shape.
|
|
126
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
126
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
127
127
|
*
|
|
128
128
|
*/
|
|
129
129
|
export declare class PutObjectTaggingCommand extends $Command<PutObjectTaggingCommandInput, PutObjectTaggingCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -64,7 +64,7 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
|
|
|
64
64
|
*
|
|
65
65
|
* @see {@link PutPublicAccessBlockCommandInput} for command's `input` shape.
|
|
66
66
|
* @see {@link PutPublicAccessBlockCommandOutput} for command's `response` shape.
|
|
67
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
67
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
export declare class PutPublicAccessBlockCommand extends $Command<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -312,7 +312,7 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
|
|
|
312
312
|
*
|
|
313
313
|
* @see {@link RestoreObjectCommandInput} for command's `input` shape.
|
|
314
314
|
* @see {@link RestoreObjectCommandOutput} for command's `response` shape.
|
|
315
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
315
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
316
316
|
*
|
|
317
317
|
*/
|
|
318
318
|
export declare class RestoreObjectCommand extends $Command<RestoreObjectCommandInput, RestoreObjectCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -136,7 +136,7 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
|
|
|
136
136
|
*
|
|
137
137
|
* @see {@link SelectObjectContentCommandInput} for command's `input` shape.
|
|
138
138
|
* @see {@link SelectObjectContentCommandOutput} for command's `response` shape.
|
|
139
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
139
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
140
140
|
*
|
|
141
141
|
*/
|
|
142
142
|
export declare class SelectObjectContentCommand extends $Command<SelectObjectContentCommandInput, SelectObjectContentCommandOutput, S3ClientResolvedConfig> {
|
|
@@ -167,7 +167,7 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea
|
|
|
167
167
|
*
|
|
168
168
|
* @see {@link UploadPartCommandInput} for command's `input` shape.
|
|
169
169
|
* @see {@link UploadPartCommandOutput} for command's `response` shape.
|
|
170
|
-
* @see {@link S3ClientResolvedConfig | config} for
|
|
170
|
+
* @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
|
|
171
171
|
*
|
|
172
172
|
*/
|
|
173
173
|
export declare class UploadPartCommand extends $Command<UploadPartCommandInput, UploadPartCommandOutput, S3ClientResolvedConfig> {
|