@aws-sdk/client-s3 3.460.0 → 3.462.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/README.md +16 -0
- package/dist-cjs/S3.js +4 -0
- package/dist-cjs/S3Client.js +3 -1
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CopyObjectCommand.js +1 -0
- package/dist-cjs/commands/CreateBucketCommand.js +2 -0
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +1 -0
- package/dist-cjs/commands/CreateSessionCommand.js +59 -0
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/DeleteObjectCommand.js +1 -0
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/DeleteObjectsCommand.js +1 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAclCommand.js +2 -0
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLocationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/GetObjectAclCommand.js +1 -0
- package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -0
- package/dist-cjs/commands/GetObjectCommand.js +1 -0
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +1 -0
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +1 -0
- package/dist-cjs/commands/GetObjectRetentionCommand.js +1 -0
- package/dist-cjs/commands/GetObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/HeadBucketCommand.js +1 -0
- package/dist-cjs/commands/HeadObjectCommand.js +1 -0
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/dist-cjs/commands/ListBucketsCommand.js +1 -0
- package/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectVersionsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectsCommand.js +1 -0
- package/dist-cjs/commands/ListObjectsV2Command.js +1 -0
- package/dist-cjs/commands/ListPartsCommand.js +1 -0
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketAclCommand.js +2 -0
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketCorsCommand.js +2 -0
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +2 -0
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketLoggingCommand.js +2 -0
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +2 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -0
- package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -0
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +2 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -0
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +2 -0
- package/dist-cjs/commands/PutObjectAclCommand.js +1 -0
- package/dist-cjs/commands/PutObjectCommand.js +4 -3
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +1 -0
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/dist-cjs/commands/PutObjectRetentionCommand.js +1 -0
- package/dist-cjs/commands/PutObjectTaggingCommand.js +1 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -0
- package/dist-cjs/commands/RestoreObjectCommand.js +1 -0
- package/dist-cjs/commands/SelectObjectContentCommand.js +1 -0
- package/dist-cjs/commands/UploadPartCommand.js +1 -0
- package/dist-cjs/commands/UploadPartCopyCommand.js +1 -0
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_0.js +41 -32
- package/dist-cjs/models/models_1.js +18 -1
- package/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +174 -4
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/S3.js +4 -0
- package/dist-es/S3Client.js +4 -2
- package/dist-es/commands/AbortMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CompleteMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CopyObjectCommand.js +1 -0
- package/dist-es/commands/CreateBucketCommand.js +2 -0
- package/dist-es/commands/CreateMultipartUploadCommand.js +1 -0
- package/dist-es/commands/CreateSessionCommand.js +55 -0
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketCommand.js +2 -0
- package/dist-es/commands/DeleteBucketCorsCommand.js +2 -0
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -0
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -0
- package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -0
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/DeleteObjectCommand.js +1 -0
- package/dist-es/commands/DeleteObjectTaggingCommand.js +1 -0
- package/dist-es/commands/DeleteObjectsCommand.js +1 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketAclCommand.js +2 -0
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketCorsCommand.js +2 -0
- package/dist-es/commands/GetBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketLocationCommand.js +2 -0
- package/dist-es/commands/GetBucketLoggingCommand.js +2 -0
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +2 -0
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -0
- package/dist-es/commands/GetBucketReplicationCommand.js +2 -0
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +2 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +2 -0
- package/dist-es/commands/GetBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/GetObjectAclCommand.js +1 -0
- package/dist-es/commands/GetObjectAttributesCommand.js +1 -0
- package/dist-es/commands/GetObjectCommand.js +1 -0
- package/dist-es/commands/GetObjectLegalHoldCommand.js +1 -0
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +1 -0
- package/dist-es/commands/GetObjectRetentionCommand.js +1 -0
- package/dist-es/commands/GetObjectTaggingCommand.js +1 -0
- package/dist-es/commands/GetObjectTorrentCommand.js +1 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/HeadBucketCommand.js +1 -0
- package/dist-es/commands/HeadObjectCommand.js +1 -0
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -0
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListBucketsCommand.js +1 -0
- package/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +1 -0
- package/dist-es/commands/ListObjectVersionsCommand.js +1 -0
- package/dist-es/commands/ListObjectsCommand.js +1 -0
- package/dist-es/commands/ListObjectsV2Command.js +1 -0
- package/dist-es/commands/ListPartsCommand.js +1 -0
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketAclCommand.js +2 -0
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketCorsCommand.js +2 -0
- package/dist-es/commands/PutBucketEncryptionCommand.js +2 -0
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketLoggingCommand.js +2 -0
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -0
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +2 -0
- package/dist-es/commands/PutBucketReplicationCommand.js +2 -0
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +2 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +2 -0
- package/dist-es/commands/PutBucketWebsiteCommand.js +2 -0
- package/dist-es/commands/PutObjectAclCommand.js +1 -0
- package/dist-es/commands/PutObjectCommand.js +2 -1
- package/dist-es/commands/PutObjectLegalHoldCommand.js +1 -0
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +1 -0
- package/dist-es/commands/PutObjectRetentionCommand.js +1 -0
- package/dist-es/commands/PutObjectTaggingCommand.js +1 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -0
- package/dist-es/commands/RestoreObjectCommand.js +1 -0
- package/dist-es/commands/SelectObjectContentCommand.js +1 -0
- package/dist-es/commands/UploadPartCommand.js +1 -0
- package/dist-es/commands/UploadPartCopyCommand.js +1 -0
- package/dist-es/commands/WriteGetObjectResponseCommand.js +1 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_0.js +36 -27
- package/dist-es/models/models_1.js +15 -0
- package/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +166 -0
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/S3.d.ts +14 -0
- package/dist-types/S3Client.d.ts +4 -2
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +97 -61
- package/dist-types/commands/CopyObjectCommand.d.ts +108 -180
- package/dist-types/commands/CreateBucketCommand.d.ts +116 -95
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -224
- package/dist-types/commands/CreateSessionCommand.d.ts +145 -0
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -20
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
- package/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -12
- package/dist-types/commands/DeleteObjectsCommand.d.ts +109 -35
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -24
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
- package/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -76
- package/dist-types/commands/GetObjectCommand.d.ts +122 -140
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +5 -2
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/HeadBucketCommand.d.ts +53 -19
- package/dist-types/commands/HeadObjectCommand.d.ts +87 -83
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
- package/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +85 -17
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
- package/dist-types/commands/ListObjectsCommand.d.ts +5 -2
- package/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
- package/dist-types/commands/ListPartsCommand.d.ts +47 -14
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketAclCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -19
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +6 -3
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +5 -2
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectAclCommand.d.ts +6 -3
- package/dist-types/commands/PutObjectCommand.d.ts +151 -114
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +4 -1
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +4 -1
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
- package/dist-types/commands/RestoreObjectCommand.d.ts +6 -3
- package/dist-types/commands/SelectObjectContentCommand.d.ts +6 -3
- package/dist-types/commands/UploadPartCommand.d.ts +101 -62
- package/dist-types/commands/UploadPartCopyCommand.d.ts +121 -114
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +2443 -1104
- package/dist-types/models/models_1.d.ts +1189 -81
- package/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +18 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/S3.d.ts +34 -0
- package/dist-types/ts3.4/S3Client.d.ts +12 -0
- package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +68 -124
- package/dist-types/ts3.4/models/models_1.d.ts +127 -1
- package/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +24 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +6 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -0
- package/package.json +7 -7
|
@@ -31,213 +31,141 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
31
31
|
* (UploadPartCopy) API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html">Copy Object Using the
|
|
32
32
|
* REST Multipart Upload API</a>.</p>
|
|
33
33
|
* </note>
|
|
34
|
-
* <p>
|
|
35
|
-
*
|
|
36
|
-
* access to the destination bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>. Both the
|
|
37
|
-
* Region that you want to copy the object from and the Region that you want to copy the
|
|
38
|
-
* object to must be enabled for your account.</p>
|
|
39
|
-
* <p>A copy request might return an error when Amazon S3 receives the copy request or while Amazon S3
|
|
40
|
-
* is copying the files. If the error occurs before the copy action starts, you receive a
|
|
41
|
-
* standard Amazon S3 error. If the error occurs during the copy operation, the error response is
|
|
42
|
-
* embedded in the <code>200 OK</code> response. This means that a <code>200 OK</code>
|
|
43
|
-
* response can contain either a success or an error. If you call the S3 API directly, make
|
|
44
|
-
* sure to design your application to parse the contents of the response and handle it
|
|
45
|
-
* appropriately. If you use Amazon Web Services SDKs, SDKs handle this condition. The SDKs detect the
|
|
46
|
-
* embedded error and apply error handling per your configuration settings (including
|
|
47
|
-
* automatically retrying the request as appropriate). If the condition persists, the SDKs
|
|
48
|
-
* throws an exception (or, for the SDKs that don't use exceptions, they return the
|
|
49
|
-
* error).</p>
|
|
50
|
-
* <p>If the copy is successful, you receive a response with information about the copied
|
|
51
|
-
* object.</p>
|
|
34
|
+
* <p>You can copy individual objects between general purpose buckets, between directory buckets, and
|
|
35
|
+
* between general purpose buckets and directory buckets.</p>
|
|
52
36
|
* <note>
|
|
53
|
-
* <p>
|
|
54
|
-
*
|
|
55
|
-
*
|
|
37
|
+
* <p>
|
|
38
|
+
* <b>Directory buckets </b> - For directory buckets, you must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com/<i>key-name</i>
|
|
39
|
+
* </code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
|
|
40
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
56
41
|
* </note>
|
|
57
|
-
* <p>
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
* <a href="http://aws.amazon.com/s3/pricing/">Amazon S3 pricing</a>.</p>
|
|
42
|
+
* <p>Both the
|
|
43
|
+
* Region that you want to copy the object from and the Region that you want to copy the
|
|
44
|
+
* object to must be enabled for your account.</p>
|
|
61
45
|
* <important>
|
|
62
46
|
* <p>Amazon S3 transfer acceleration does not support cross-Region copies. If you request a
|
|
63
|
-
* cross-Region copy using a transfer acceleration endpoint, you get a
|
|
47
|
+
* cross-Region copy using a transfer acceleration endpoint, you get a <code>400 Bad
|
|
64
48
|
* Request</code> error. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html">Transfer
|
|
65
|
-
*
|
|
49
|
+
* Acceleration</a>.</p>
|
|
66
50
|
* </important>
|
|
67
51
|
* <dl>
|
|
68
|
-
* <dt>
|
|
52
|
+
* <dt>Authentication and authorization</dt>
|
|
69
53
|
* <dd>
|
|
70
|
-
* <p>
|
|
71
|
-
*
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
-
*
|
|
75
|
-
* <p>
|
|
76
|
-
* or replaced with metadata provided in the request, you can optionally add the
|
|
77
|
-
* <code>x-amz-metadata-directive</code> header. When you grant permissions, you
|
|
78
|
-
* can use the <code>s3:x-amz-metadata-directive</code> condition key to enforce
|
|
79
|
-
* certain metadata behavior when objects are uploaded. For more information, see
|
|
80
|
-
* <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/amazon-s3-policy-keys.html">Specifying Conditions in a
|
|
81
|
-
* Policy</a> in the <i>Amazon S3 User Guide</i>. For a complete list
|
|
82
|
-
* of Amazon S3-specific condition keys, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html">Actions, Resources, and Condition
|
|
83
|
-
* Keys for Amazon S3</a>.</p>
|
|
84
|
-
* <note>
|
|
85
|
-
* <p>
|
|
86
|
-
* <code>x-amz-website-redirect-location</code> is unique to each object and
|
|
87
|
-
* must be specified in the request headers to copy the value.</p>
|
|
88
|
-
* </note>
|
|
54
|
+
* <p>All <code>CopyObject</code> requests must be authenticated and signed by using IAM credentials (access key ID and secret access key for the IAM identities). All headers with the <code>x-amz-</code> prefix, including
|
|
55
|
+
* <code>x-amz-copy-source</code>, must be signed. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">REST Authentication</a>.</p>
|
|
56
|
+
* <p>
|
|
57
|
+
* <b>Directory buckets</b> - You must use the IAM credentials to authenticate and authorize your access to the <code>CopyObject</code> API operation, instead of using the
|
|
58
|
+
* temporary security credentials through the <code>CreateSession</code> API operation.</p>
|
|
59
|
+
* <p>Amazon Web Services CLI or SDKs handles authentication and authorization on your behalf.</p>
|
|
89
60
|
* </dd>
|
|
90
|
-
* <dt>
|
|
61
|
+
* <dt>Permissions</dt>
|
|
91
62
|
* <dd>
|
|
92
|
-
* <p>
|
|
93
|
-
*
|
|
94
|
-
*
|
|
95
|
-
* <ul>
|
|
96
|
-
* <li>
|
|
97
|
-
* <p>
|
|
98
|
-
* <code>x-amz-copy-source-if-match</code>
|
|
99
|
-
* </p>
|
|
100
|
-
* </li>
|
|
101
|
-
* <li>
|
|
102
|
-
* <p>
|
|
103
|
-
* <code>x-amz-copy-source-if-none-match</code>
|
|
104
|
-
* </p>
|
|
105
|
-
* </li>
|
|
106
|
-
* <li>
|
|
107
|
-
* <p>
|
|
108
|
-
* <code>x-amz-copy-source-if-unmodified-since</code>
|
|
109
|
-
* </p>
|
|
110
|
-
* </li>
|
|
111
|
-
* <li>
|
|
112
|
-
* <p>
|
|
113
|
-
* <code>x-amz-copy-source-if-modified-since</code>
|
|
114
|
-
* </p>
|
|
115
|
-
* </li>
|
|
116
|
-
* </ul>
|
|
117
|
-
* <p> If both the <code>x-amz-copy-source-if-match</code> and
|
|
118
|
-
* <code>x-amz-copy-source-if-unmodified-since</code> headers are present in the
|
|
119
|
-
* request and evaluate as follows, Amazon S3 returns <code>200 OK</code> and copies the
|
|
120
|
-
* data:</p>
|
|
63
|
+
* <p>You must have
|
|
64
|
+
* <i>read</i> access to the source object and <i>write</i>
|
|
65
|
+
* access to the destination bucket.</p>
|
|
121
66
|
* <ul>
|
|
122
67
|
* <li>
|
|
123
68
|
* <p>
|
|
124
|
-
* <
|
|
125
|
-
*
|
|
69
|
+
* <b>General purpose bucket permissions</b> -
|
|
70
|
+
* You must have permissions in an IAM policy based on the source and destination
|
|
71
|
+
* bucket types in a <code>CopyObject</code> operation.</p>
|
|
72
|
+
* <ul>
|
|
73
|
+
* <li>
|
|
74
|
+
* <p>If the source object is in a general purpose bucket, you must have
|
|
75
|
+
* <b>
|
|
76
|
+
* <code>s3:GetObject</code>
|
|
77
|
+
* </b>
|
|
78
|
+
* permission to read the source object that is being copied. </p>
|
|
79
|
+
* </li>
|
|
80
|
+
* <li>
|
|
81
|
+
* <p>If the destination bucket is a general purpose bucket, you must have
|
|
82
|
+
* <b>
|
|
83
|
+
* <code>s3:PubObject</code>
|
|
84
|
+
* </b>
|
|
85
|
+
* permission to write the object copy to the destination bucket. </p>
|
|
86
|
+
* </li>
|
|
87
|
+
* </ul>
|
|
126
88
|
* </li>
|
|
127
89
|
* <li>
|
|
128
90
|
* <p>
|
|
129
|
-
* <
|
|
130
|
-
*
|
|
91
|
+
* <b>Directory bucket permissions</b> -
|
|
92
|
+
* You must have permissions in a bucket policy or an IAM identity-based policy based on the source and destination
|
|
93
|
+
* bucket types in a <code>CopyObject</code> operation.</p>
|
|
94
|
+
* <ul>
|
|
95
|
+
* <li>
|
|
96
|
+
* <p>If the source object that you want to copy is in a
|
|
97
|
+
* directory bucket, you must have the <b>
|
|
98
|
+
* <code>s3express:CreateSession</code>
|
|
99
|
+
* </b> permission in
|
|
100
|
+
* the <code>Action</code> element of a policy to read the object. By default, the session is in the <code>ReadWrite</code> mode. If you want to restrict the access, you can explicitly set the <code>s3express:SessionMode</code> condition key to <code>ReadOnly</code> on the copy source bucket.</p>
|
|
101
|
+
* </li>
|
|
102
|
+
* <li>
|
|
103
|
+
* <p>If the copy destination is a directory bucket, you must have the <b>
|
|
104
|
+
* <code>s3express:CreateSession</code>
|
|
105
|
+
* </b> permission in the
|
|
106
|
+
* <code>Action</code> element of a policy to write the object
|
|
107
|
+
* to the destination. The <code>s3express:SessionMode</code> condition
|
|
108
|
+
* key can't be set to <code>ReadOnly</code> on the copy destination bucket. </p>
|
|
109
|
+
* </li>
|
|
110
|
+
* </ul>
|
|
111
|
+
* <p>For example policies, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html">Example bucket policies for S3 Express One Zone</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-identity-policies.html">Amazon Web Services Identity and Access Management (IAM) identity-based policies for S3 Express One Zone</a> in the
|
|
112
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
131
113
|
* </li>
|
|
132
114
|
* </ul>
|
|
133
|
-
*
|
|
134
|
-
*
|
|
135
|
-
*
|
|
136
|
-
*
|
|
115
|
+
* </dd>
|
|
116
|
+
* <dt>Response and special errors</dt>
|
|
117
|
+
* <dd>
|
|
118
|
+
* <p>When the request is an HTTP 1.1 request, the response is chunk encoded.
|
|
119
|
+
* When the request is not an HTTP 1.1 request, the response would not contain the <code>Content-Length</code>.
|
|
120
|
+
* You always need to read the entire response body to check if the copy succeeds.
|
|
121
|
+
* to keep the connection alive while we copy the data. </p>
|
|
137
122
|
* <ul>
|
|
138
123
|
* <li>
|
|
139
|
-
* <p>
|
|
140
|
-
*
|
|
141
|
-
* false</p>
|
|
124
|
+
* <p>If the copy is successful, you receive a response with information about the copied
|
|
125
|
+
* object.</p>
|
|
142
126
|
* </li>
|
|
143
127
|
* <li>
|
|
144
|
-
* <p>
|
|
145
|
-
* <code>
|
|
146
|
-
*
|
|
128
|
+
* <p>A copy request might return an error when Amazon S3 receives the copy request or while Amazon S3
|
|
129
|
+
* is copying the files. A <code>200 OK</code> response can contain either a success or an error.</p>
|
|
130
|
+
* <ul>
|
|
131
|
+
* <li>
|
|
132
|
+
* <p>If the error occurs before the copy action starts, you receive a
|
|
133
|
+
* standard Amazon S3 error.</p>
|
|
134
|
+
* </li>
|
|
135
|
+
* <li>
|
|
136
|
+
* <p>If the error occurs during the copy operation, the error response is
|
|
137
|
+
* embedded in the <code>200 OK</code> response. For example, in a cross-region copy, you
|
|
138
|
+
* may encounter throttling and receive a <code>200 OK</code> response.
|
|
139
|
+
* For more information, see <a href="repost.aws/knowledge-center/s3-resolve-200-internalerror">Resolve
|
|
140
|
+
* the Error 200 response when copying objects to Amazon S3</a>.
|
|
141
|
+
* The <code>200 OK</code> status code means the copy was accepted, but
|
|
142
|
+
* it doesn't mean the copy is complete. Another example is
|
|
143
|
+
* when you disconnect from Amazon S3 before the copy is complete, Amazon S3 might cancel the copy and you may receive a <code>200 OK</code> response.
|
|
144
|
+
* You must stay connected to Amazon S3 until the entire response is successfully received and processed.</p>
|
|
145
|
+
* <p>If you call this API operation directly, make
|
|
146
|
+
* sure to design your application to parse the content of the response and handle it
|
|
147
|
+
* appropriately. If you use Amazon Web Services SDKs, SDKs handle this condition. The SDKs detect the
|
|
148
|
+
* embedded error and apply error handling per your configuration settings (including
|
|
149
|
+
* automatically retrying the request as appropriate). If the condition persists, the SDKs
|
|
150
|
+
* throw an exception (or, for the SDKs that don't use exceptions, they return an
|
|
151
|
+
* error).</p>
|
|
152
|
+
* </li>
|
|
153
|
+
* </ul>
|
|
147
154
|
* </li>
|
|
148
155
|
* </ul>
|
|
149
|
-
* <note>
|
|
150
|
-
* <p>All headers with the <code>x-amz-</code> prefix, including
|
|
151
|
-
* <code>x-amz-copy-source</code>, must be signed.</p>
|
|
152
|
-
* </note>
|
|
153
156
|
* </dd>
|
|
154
|
-
* <dt>
|
|
157
|
+
* <dt>Charge</dt>
|
|
155
158
|
* <dd>
|
|
156
|
-
* <p>
|
|
157
|
-
*
|
|
158
|
-
*
|
|
159
|
-
*
|
|
160
|
-
* base level of encryption configuration that uses server-side encryption with Amazon S3
|
|
161
|
-
* managed keys (SSE-S3). If the destination bucket has a default encryption
|
|
162
|
-
* configuration that uses server-side encryption with Key Management Service (KMS) keys
|
|
163
|
-
* (SSE-KMS), dual-layer server-side encryption with Amazon Web Services KMS keys (DSSE-KMS), or
|
|
164
|
-
* server-side encryption with customer-provided encryption keys (SSE-C), Amazon S3 uses
|
|
165
|
-
* the corresponding KMS key, or a customer-provided key to encrypt the target
|
|
166
|
-
* object copy.</p>
|
|
167
|
-
* <p>When you perform a <code>CopyObject</code> operation, if you want to use a
|
|
168
|
-
* different type of encryption setting for the target object, you can use other
|
|
169
|
-
* appropriate encryption-related headers to encrypt the target object with a
|
|
170
|
-
* KMS key, an Amazon S3 managed key, or a customer-provided key. With server-side
|
|
171
|
-
* encryption, Amazon S3 encrypts your data as it writes your data to disks in its data
|
|
172
|
-
* centers and decrypts the data when you access it. If the encryption setting in
|
|
173
|
-
* your request is different from the default encryption configuration of the
|
|
174
|
-
* destination bucket, the encryption setting in your request takes precedence. If
|
|
175
|
-
* the source object for the copy is stored in Amazon S3 using SSE-C, you must provide the
|
|
176
|
-
* necessary encryption information in your request so that Amazon S3 can decrypt the
|
|
177
|
-
* object for copying. For more information about server-side encryption, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/serv-side-encryption.html">Using
|
|
178
|
-
* Server-Side Encryption</a>.</p>
|
|
179
|
-
* <p>If a target object uses SSE-KMS, you can enable an S3 Bucket Key for the
|
|
180
|
-
* object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html">Amazon S3 Bucket Keys</a> in the
|
|
181
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
159
|
+
* <p>The copy request charge is based on the storage class and Region that you specify for
|
|
160
|
+
* the destination object. The request can also result in a data retrieval charge for the
|
|
161
|
+
* source if the source storage class bills for data retrieval. For pricing information, see
|
|
162
|
+
* <a href="http://aws.amazon.com/s3/pricing/">Amazon S3 pricing</a>.</p>
|
|
182
163
|
* </dd>
|
|
183
|
-
* <dt>
|
|
164
|
+
* <dt>HTTP Host header syntax</dt>
|
|
184
165
|
* <dd>
|
|
185
|
-
* <p>
|
|
186
|
-
*
|
|
187
|
-
*
|
|
188
|
-
* Amazon Web Services accounts or to predefined groups that are defined by Amazon S3. These permissions
|
|
189
|
-
* 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
|
|
190
|
-
* List (ACL) Overview</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-using-rest-api.html">Managing ACLs Using the REST
|
|
191
|
-
* API</a>. </p>
|
|
192
|
-
* <p>If the bucket that you're copying objects to uses the bucket owner enforced
|
|
193
|
-
* setting for S3 Object Ownership, ACLs are disabled and no longer affect
|
|
194
|
-
* permissions. Buckets that use this setting only accept <code>PUT</code> requests
|
|
195
|
-
* that don't specify an ACL or <code>PUT</code> requests that specify bucket owner
|
|
196
|
-
* full control ACLs, such as the <code>bucket-owner-full-control</code> canned ACL
|
|
197
|
-
* or an equivalent form of this ACL expressed in the XML format.</p>
|
|
198
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/about-object-ownership.html"> Controlling
|
|
199
|
-
* ownership of objects and disabling ACLs</a> in the
|
|
200
|
-
* <i>Amazon S3 User Guide</i>.</p>
|
|
201
|
-
* <note>
|
|
202
|
-
* <p>If your bucket uses the bucket owner enforced setting for Object Ownership,
|
|
203
|
-
* all objects written to the bucket by any account will be owned by the bucket
|
|
204
|
-
* owner.</p>
|
|
205
|
-
* </note>
|
|
206
|
-
* </dd>
|
|
207
|
-
* <dt>Checksums</dt>
|
|
208
|
-
* <dd>
|
|
209
|
-
* <p>When copying an object, if it has a checksum, that checksum will be copied to
|
|
210
|
-
* the new object by default. When you copy the object over, you can optionally
|
|
211
|
-
* specify a different checksum algorithm to use with the
|
|
212
|
-
* <code>x-amz-checksum-algorithm</code> header.</p>
|
|
213
|
-
* </dd>
|
|
214
|
-
* <dt>Storage Class Options</dt>
|
|
215
|
-
* <dd>
|
|
216
|
-
* <p>You can use the <code>CopyObject</code> action to change the storage class of
|
|
217
|
-
* an object that is already stored in Amazon S3 by using the <code>StorageClass</code>
|
|
218
|
-
* parameter. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html">Storage Classes</a> in
|
|
219
|
-
* the <i>Amazon S3 User Guide</i>.</p>
|
|
220
|
-
* <p>If the source object's storage class is GLACIER or
|
|
221
|
-
* DEEP_ARCHIVE, or the object's storage class is
|
|
222
|
-
* INTELLIGENT_TIERING and it's <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intelligent-tiering-overview.html#intel-tiering-tier-definition"> S3 Intelligent-Tiering access tier</a> is
|
|
223
|
-
* Archive Access or Deep Archive Access, you must restore a copy of this object
|
|
224
|
-
* before you can use it as a source object for the copy operation. For more
|
|
225
|
-
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_RestoreObject.html">RestoreObject</a>. For
|
|
226
|
-
* more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjectsExamples.html">Copying
|
|
227
|
-
* Objects</a>.</p>
|
|
228
|
-
* </dd>
|
|
229
|
-
* <dt>Versioning</dt>
|
|
230
|
-
* <dd>
|
|
231
|
-
* <p>By default, <code>x-amz-copy-source</code> header identifies the current
|
|
232
|
-
* version of an object to copy. If the current version is a delete marker, Amazon S3
|
|
233
|
-
* behaves as if the object was deleted. To copy a different version, use the
|
|
234
|
-
* <code>versionId</code> subresource.</p>
|
|
235
|
-
* <p>If you enable versioning on the target bucket, Amazon S3 generates a unique version
|
|
236
|
-
* ID for the object being copied. This version ID is different from the version ID
|
|
237
|
-
* of the source object. Amazon S3 returns the version ID of the copied object in the
|
|
238
|
-
* <code>x-amz-version-id</code> response header in the response.</p>
|
|
239
|
-
* <p>If you do not enable versioning or suspend it on the target bucket, the version
|
|
240
|
-
* ID that Amazon S3 generates is always null.</p>
|
|
166
|
+
* <p>
|
|
167
|
+
* <b>Directory buckets </b> - The HTTP Host header syntax is <code>
|
|
168
|
+
* <i>Bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>.</p>
|
|
241
169
|
* </dd>
|
|
242
170
|
* </dl>
|
|
243
171
|
* <p>The following operations are related to <code>CopyObject</code>:</p>
|
|
@@ -285,7 +213,7 @@ export interface CopyObjectCommandOutput extends CopyObjectOutput, __MetadataBea
|
|
|
285
213
|
* MetadataDirective: "COPY" || "REPLACE",
|
|
286
214
|
* TaggingDirective: "COPY" || "REPLACE",
|
|
287
215
|
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
288
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW",
|
|
216
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
289
217
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
290
218
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
291
219
|
* SSECustomerKey: "STRING_VALUE",
|