@tachybase/module-file 1.3.16 → 1.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client/index.js +1 -1
- package/dist/externalVersion.js +8 -8
- package/dist/index.js +4 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +14 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +5 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +28 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +31 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +22 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +210 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +15 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +2 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +5 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +13 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +27 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +41 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +37 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +28 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +6 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +10 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +10 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +10 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +8 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +22 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +12 -13
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +44 -46
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +10 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +10 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +14 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +14 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +8 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +14 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +10 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +9 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +30 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +31 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +49 -33
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +26 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +19 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +11 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +22 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +23 -15
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +77 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +37 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +35 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +29 -28
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +38 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +24 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +21 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +7 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +22 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +31 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +12 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +18 -15
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +15 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +13 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +15 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +17 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +96 -81
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +14 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +144 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +21 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +17 -15
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +27 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +5 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +28 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +576 -300
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +351 -121
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +32 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +26 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -33
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +5 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +17 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +7 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +47 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +37 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +49 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +36 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +12 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +50 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +40 -40
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +70 -51
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -6
- package/dist/node_modules/@aws-sdk/client-s3/node_modules/.bin/uuid +21 -0
- package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
- package/dist/node_modules/mime-match/package.json +1 -1
- package/dist/node_modules/mkdirp/package.json +1 -1
- package/dist/node_modules/multer-aliyun-oss/index.js +14 -14
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +16 -16
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +3 -3
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/package.json +12 -12
package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface PutBucketRequestPaymentCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutBucketRequestPaymentCommand_base: {
|
|
25
25
|
new (input: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutBucketRequestPaymentCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketRequestPaymentCommandInput, PutBucketRequestPaymentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -57,7 +57,7 @@ declare const PutBucketRequestPaymentCommand_base: {
|
|
|
57
57
|
* const input = { // PutBucketRequestPaymentRequest
|
|
58
58
|
* Bucket: "STRING_VALUE", // required
|
|
59
59
|
* ContentMD5: "STRING_VALUE",
|
|
60
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
60
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
61
61
|
* RequestPaymentConfiguration: { // RequestPaymentConfiguration
|
|
62
62
|
* Payer: "Requester" || "BucketOwner", // required
|
|
63
63
|
* },
|
|
@@ -78,21 +78,24 @@ declare const PutBucketRequestPaymentCommand_base: {
|
|
|
78
78
|
* @throws {@link S3ServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
80
80
|
*
|
|
81
|
-
*
|
|
81
|
+
*
|
|
82
82
|
* @example Set request payment configuration on a bucket.
|
|
83
83
|
* ```javascript
|
|
84
84
|
* // The following example sets request payment configuration on a bucket so that person requesting the download is charged.
|
|
85
85
|
* const input = {
|
|
86
|
-
*
|
|
87
|
-
*
|
|
88
|
-
*
|
|
86
|
+
* Bucket: "examplebucket",
|
|
87
|
+
* RequestPaymentConfiguration: {
|
|
88
|
+
* Payer: "Requester"
|
|
89
89
|
* }
|
|
90
90
|
* };
|
|
91
91
|
* const command = new PutBucketRequestPaymentCommand(input);
|
|
92
|
-
* await client.send(command);
|
|
93
|
-
*
|
|
92
|
+
* const response = await client.send(command);
|
|
93
|
+
* /* response is
|
|
94
|
+
* { /* metadata only *\/ }
|
|
95
|
+
* *\/
|
|
94
96
|
* ```
|
|
95
97
|
*
|
|
98
|
+
* @public
|
|
96
99
|
*/
|
|
97
100
|
export declare class PutBucketRequestPaymentCommand extends PutBucketRequestPaymentCommand_base {
|
|
98
101
|
/** @internal type navigation helper, not in runtime. */
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface PutBucketTaggingCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutBucketTaggingCommand_base: {
|
|
25
25
|
new (input: PutBucketTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutBucketTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketTaggingCommandInput, PutBucketTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -97,7 +97,7 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
97
97
|
* const input = { // PutBucketTaggingRequest
|
|
98
98
|
* Bucket: "STRING_VALUE", // required
|
|
99
99
|
* ContentMD5: "STRING_VALUE",
|
|
100
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
100
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
101
101
|
* Tagging: { // Tagging
|
|
102
102
|
* TagSet: [ // TagSet // required
|
|
103
103
|
* { // Tag
|
|
@@ -123,30 +123,33 @@ declare const PutBucketTaggingCommand_base: {
|
|
|
123
123
|
* @throws {@link S3ServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
125
125
|
*
|
|
126
|
-
*
|
|
126
|
+
*
|
|
127
127
|
* @example Set tags on a bucket
|
|
128
128
|
* ```javascript
|
|
129
129
|
* // The following example sets tags on a bucket. Any existing tags are replaced.
|
|
130
130
|
* const input = {
|
|
131
|
-
*
|
|
132
|
-
*
|
|
133
|
-
*
|
|
131
|
+
* Bucket: "examplebucket",
|
|
132
|
+
* Tagging: {
|
|
133
|
+
* TagSet: [
|
|
134
134
|
* {
|
|
135
|
-
*
|
|
136
|
-
*
|
|
135
|
+
* Key: "Key1",
|
|
136
|
+
* Value: "Value1"
|
|
137
137
|
* },
|
|
138
138
|
* {
|
|
139
|
-
*
|
|
140
|
-
*
|
|
139
|
+
* Key: "Key2",
|
|
140
|
+
* Value: "Value2"
|
|
141
141
|
* }
|
|
142
142
|
* ]
|
|
143
143
|
* }
|
|
144
144
|
* };
|
|
145
145
|
* const command = new PutBucketTaggingCommand(input);
|
|
146
|
-
* await client.send(command);
|
|
147
|
-
*
|
|
146
|
+
* const response = await client.send(command);
|
|
147
|
+
* /* response is
|
|
148
|
+
* { /* metadata only *\/ }
|
|
149
|
+
* *\/
|
|
148
150
|
* ```
|
|
149
151
|
*
|
|
152
|
+
* @public
|
|
150
153
|
*/
|
|
151
154
|
export declare class PutBucketTaggingCommand extends PutBucketTaggingCommand_base {
|
|
152
155
|
/** @internal type navigation helper, not in runtime. */
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface PutBucketVersioningCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutBucketVersioningCommand_base: {
|
|
25
25
|
new (input: PutBucketVersioningCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutBucketVersioningCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketVersioningCommandInput, PutBucketVersioningCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -33,7 +33,7 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
33
33
|
* <note>
|
|
34
34
|
* <p>When you enable versioning on a bucket for the first time, it might take a short
|
|
35
35
|
* amount of time for the change to be fully propagated. While this change is propagating,
|
|
36
|
-
* you
|
|
36
|
+
* you might encounter intermittent <code>HTTP 404 NoSuchKey</code> errors for requests to
|
|
37
37
|
* objects created or updated after enabling versioning. We recommend that you wait for 15
|
|
38
38
|
* minutes after enabling versioning before issuing write operations (<code>PUT</code> or
|
|
39
39
|
* <code>DELETE</code>) on objects in the bucket. </p>
|
|
@@ -88,7 +88,7 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
88
88
|
* const input = { // PutBucketVersioningRequest
|
|
89
89
|
* Bucket: "STRING_VALUE", // required
|
|
90
90
|
* ContentMD5: "STRING_VALUE",
|
|
91
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
91
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
92
92
|
* MFA: "STRING_VALUE",
|
|
93
93
|
* VersioningConfiguration: { // VersioningConfiguration
|
|
94
94
|
* MFADelete: "Enabled" || "Disabled",
|
|
@@ -111,22 +111,25 @@ declare const PutBucketVersioningCommand_base: {
|
|
|
111
111
|
* @throws {@link S3ServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
113
113
|
*
|
|
114
|
-
*
|
|
114
|
+
*
|
|
115
115
|
* @example Set versioning configuration on a bucket
|
|
116
116
|
* ```javascript
|
|
117
117
|
* // The following example sets versioning configuration on bucket. The configuration enables versioning on the bucket.
|
|
118
118
|
* const input = {
|
|
119
|
-
*
|
|
120
|
-
*
|
|
121
|
-
*
|
|
122
|
-
*
|
|
119
|
+
* Bucket: "examplebucket",
|
|
120
|
+
* VersioningConfiguration: {
|
|
121
|
+
* MFADelete: "Disabled",
|
|
122
|
+
* Status: "Enabled"
|
|
123
123
|
* }
|
|
124
124
|
* };
|
|
125
125
|
* const command = new PutBucketVersioningCommand(input);
|
|
126
|
-
* await client.send(command);
|
|
127
|
-
*
|
|
126
|
+
* const response = await client.send(command);
|
|
127
|
+
* /* response is
|
|
128
|
+
* { /* metadata only *\/ }
|
|
129
|
+
* *\/
|
|
128
130
|
* ```
|
|
129
131
|
*
|
|
132
|
+
* @public
|
|
130
133
|
*/
|
|
131
134
|
export declare class PutBucketVersioningCommand extends PutBucketVersioningCommand_base {
|
|
132
135
|
/** @internal type navigation helper, not in runtime. */
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface PutBucketWebsiteCommandOutput extends __MetadataBearer {
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutBucketWebsiteCommand_base: {
|
|
25
25
|
new (input: PutBucketWebsiteCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutBucketWebsiteCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketWebsiteCommandInput, PutBucketWebsiteCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -162,7 +162,7 @@ declare const PutBucketWebsiteCommand_base: {
|
|
|
162
162
|
* const input = { // PutBucketWebsiteRequest
|
|
163
163
|
* Bucket: "STRING_VALUE", // required
|
|
164
164
|
* ContentMD5: "STRING_VALUE",
|
|
165
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
165
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
166
166
|
* WebsiteConfiguration: { // WebsiteConfiguration
|
|
167
167
|
* ErrorDocument: { // ErrorDocument
|
|
168
168
|
* Key: "STRING_VALUE", // required
|
|
@@ -207,27 +207,30 @@ declare const PutBucketWebsiteCommand_base: {
|
|
|
207
207
|
* @throws {@link S3ServiceException}
|
|
208
208
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
209
209
|
*
|
|
210
|
-
*
|
|
210
|
+
*
|
|
211
211
|
* @example Set website configuration on a bucket
|
|
212
212
|
* ```javascript
|
|
213
213
|
* // The following example adds website configuration to a bucket.
|
|
214
214
|
* const input = {
|
|
215
|
-
*
|
|
216
|
-
*
|
|
217
|
-
*
|
|
218
|
-
*
|
|
219
|
-
*
|
|
215
|
+
* Bucket: "examplebucket",
|
|
216
|
+
* ContentMD5: "",
|
|
217
|
+
* WebsiteConfiguration: {
|
|
218
|
+
* ErrorDocument: {
|
|
219
|
+
* Key: "error.html"
|
|
220
220
|
* },
|
|
221
|
-
*
|
|
222
|
-
*
|
|
221
|
+
* IndexDocument: {
|
|
222
|
+
* Suffix: "index.html"
|
|
223
223
|
* }
|
|
224
224
|
* }
|
|
225
225
|
* };
|
|
226
226
|
* const command = new PutBucketWebsiteCommand(input);
|
|
227
|
-
* await client.send(command);
|
|
228
|
-
*
|
|
227
|
+
* const response = await client.send(command);
|
|
228
|
+
* /* response is
|
|
229
|
+
* { /* metadata only *\/ }
|
|
230
|
+
* *\/
|
|
229
231
|
* ```
|
|
230
232
|
*
|
|
233
|
+
* @public
|
|
231
234
|
*/
|
|
232
235
|
export declare class PutBucketWebsiteCommand extends PutBucketWebsiteCommand_base {
|
|
233
236
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -23,7 +23,7 @@ export interface PutObjectAclCommandOutput extends PutObjectAclOutput, __Metadat
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutObjectAclCommand_base: {
|
|
25
25
|
new (input: PutObjectAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutObjectAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectAclCommandInput, PutObjectAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -137,7 +137,10 @@ declare const PutObjectAclCommand_base: {
|
|
|
137
137
|
* <dt>Grantee Values</dt>
|
|
138
138
|
* <dd>
|
|
139
139
|
* <p>You can specify the person (grantee) to whom you're assigning access rights
|
|
140
|
-
*
|
|
140
|
+
* (using request elements) in the following ways. For examples of how to specify these
|
|
141
|
+
* grantee values in JSON format, see the Amazon Web Services CLI example in <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/enable-server-access-logging.html">
|
|
142
|
+
* Enabling Amazon S3 server access logging</a> in the
|
|
143
|
+
* <i>Amazon S3 User Guide</i>.</p>
|
|
141
144
|
* <ul>
|
|
142
145
|
* <li>
|
|
143
146
|
* <p>By the person's ID:</p>
|
|
@@ -244,7 +247,7 @@ declare const PutObjectAclCommand_base: {
|
|
|
244
247
|
* },
|
|
245
248
|
* Bucket: "STRING_VALUE", // required
|
|
246
249
|
* ContentMD5: "STRING_VALUE",
|
|
247
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
250
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
248
251
|
* GrantFullControl: "STRING_VALUE",
|
|
249
252
|
* GrantRead: "STRING_VALUE",
|
|
250
253
|
* GrantReadACP: "STRING_VALUE",
|
|
@@ -275,22 +278,25 @@ declare const PutObjectAclCommand_base: {
|
|
|
275
278
|
* @throws {@link S3ServiceException}
|
|
276
279
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
277
280
|
*
|
|
278
|
-
*
|
|
281
|
+
*
|
|
279
282
|
* @example To grant permissions using object ACL
|
|
280
283
|
* ```javascript
|
|
281
284
|
* // The following example adds grants to an object ACL. The first permission grants user1 and user2 FULL_CONTROL and the AllUsers group READ permission.
|
|
282
285
|
* const input = {
|
|
283
|
-
*
|
|
284
|
-
*
|
|
285
|
-
*
|
|
286
|
-
*
|
|
287
|
-
*
|
|
286
|
+
* AccessControlPolicy: { /* empty *\/ },
|
|
287
|
+
* Bucket: "examplebucket",
|
|
288
|
+
* GrantFullControl: "emailaddress=user1@example.com,emailaddress=user2@example.com",
|
|
289
|
+
* GrantRead: "uri=http://acs.amazonaws.com/groups/global/AllUsers",
|
|
290
|
+
* Key: "HappyFace.jpg"
|
|
288
291
|
* };
|
|
289
292
|
* const command = new PutObjectAclCommand(input);
|
|
290
|
-
* await client.send(command);
|
|
291
|
-
*
|
|
293
|
+
* const response = await client.send(command);
|
|
294
|
+
* /* response is
|
|
295
|
+
* { /* empty *\/ }
|
|
296
|
+
* *\/
|
|
292
297
|
* ```
|
|
293
298
|
*
|
|
299
|
+
* @public
|
|
294
300
|
*/
|
|
295
301
|
export declare class PutObjectAclCommand extends PutObjectAclCommand_base {
|
|
296
302
|
/** @internal type navigation helper, not in runtime. */
|
|
@@ -24,11 +24,19 @@ export interface PutObjectCommandOutput extends PutObjectOutput, __MetadataBeare
|
|
|
24
24
|
}
|
|
25
25
|
declare const PutObjectCommand_base: {
|
|
26
26
|
new (input: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
new (
|
|
27
|
+
new (input: PutObjectCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectCommandInput, PutObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <
|
|
31
|
+
* <important>
|
|
32
|
+
* <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
|
|
33
|
+
* Email Grantee ACLs created prior to this date will continue to work and remain accessible through the Amazon Web Services Management Console, Command Line Interface (CLI), SDKs,
|
|
34
|
+
* and REST API. However, you will no longer be able to create new Email Grantee ACLs.
|
|
35
|
+
* </p>
|
|
36
|
+
* <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
|
|
37
|
+
* Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
|
|
38
|
+
* </important>
|
|
39
|
+
* <p>Adds an object to a bucket.</p>
|
|
32
40
|
* <note>
|
|
33
41
|
* <ul>
|
|
34
42
|
* <li>
|
|
@@ -45,9 +53,9 @@ declare const PutObjectCommand_base: {
|
|
|
45
53
|
* <li>
|
|
46
54
|
* <p>
|
|
47
55
|
* <b>Directory buckets</b> -
|
|
48
|
-
* 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
|
|
49
|
-
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/
|
|
50
|
-
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">
|
|
56
|
+
* 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>amzn-s3-demo-bucket</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com/<i>key-name</i>
|
|
57
|
+
* </code>. Path-style requests are not supported. For more information about endpoints in Availability Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/endpoint-directory-buckets-AZ.html">Regional and Zonal endpoints for directory buckets in Availability Zones</a> in the
|
|
58
|
+
* <i>Amazon S3 User Guide</i>. For more information about endpoints in Local Zones, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-lzs-for-directory-buckets.html">Concepts for directory buckets in Local Zones</a> in the
|
|
51
59
|
* <i>Amazon S3 User Guide</i>.</p>
|
|
52
60
|
* </li>
|
|
53
61
|
* </ul>
|
|
@@ -67,6 +75,16 @@ declare const PutObjectCommand_base: {
|
|
|
67
75
|
* </li>
|
|
68
76
|
* <li>
|
|
69
77
|
* <p>
|
|
78
|
+
* <b>If-None-Match</b> - Uploads the object only if the object key name does not already exist in the specified bucket. Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error. If a conflicting operation occurs during the upload, S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure, retry the upload.</p>
|
|
79
|
+
* <p>Expects the * character (asterisk).</p>
|
|
80
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Add preconditions to S3 operations with conditional requests</a> in the <i>Amazon S3 User Guide</i> or <a href="https://datatracker.ietf.org/doc/rfc7232/">RFC 7232</a>.
|
|
81
|
+
* </p>
|
|
82
|
+
* <note>
|
|
83
|
+
* <p>This functionality is not supported for S3 on Outposts.</p>
|
|
84
|
+
* </note>
|
|
85
|
+
* </li>
|
|
86
|
+
* <li>
|
|
87
|
+
* <p>
|
|
70
88
|
* <b>S3 Versioning</b> - When you enable versioning
|
|
71
89
|
* for a bucket, if Amazon S3 receives multiple write requests for the same object
|
|
72
90
|
* simultaneously, it stores all versions of the objects. For each write request that is
|
|
@@ -190,9 +208,10 @@ declare const PutObjectCommand_base: {
|
|
|
190
208
|
* ContentLength: Number("long"),
|
|
191
209
|
* ContentMD5: "STRING_VALUE",
|
|
192
210
|
* ContentType: "STRING_VALUE",
|
|
193
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
211
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
194
212
|
* ChecksumCRC32: "STRING_VALUE",
|
|
195
213
|
* ChecksumCRC32C: "STRING_VALUE",
|
|
214
|
+
* ChecksumCRC64NVME: "STRING_VALUE",
|
|
196
215
|
* ChecksumSHA1: "STRING_VALUE",
|
|
197
216
|
* ChecksumSHA256: "STRING_VALUE",
|
|
198
217
|
* Expires: new Date("TIMESTAMP"),
|
|
@@ -207,8 +226,8 @@ declare const PutObjectCommand_base: {
|
|
|
207
226
|
* Metadata: { // Metadata
|
|
208
227
|
* "<keys>": "STRING_VALUE",
|
|
209
228
|
* },
|
|
210
|
-
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
211
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
229
|
+
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
230
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
212
231
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
213
232
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
214
233
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -230,9 +249,11 @@ declare const PutObjectCommand_base: {
|
|
|
230
249
|
* // ETag: "STRING_VALUE",
|
|
231
250
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
232
251
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
252
|
+
* // ChecksumCRC64NVME: "STRING_VALUE",
|
|
233
253
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
234
254
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
235
|
-
* //
|
|
255
|
+
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
256
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
236
257
|
* // VersionId: "STRING_VALUE",
|
|
237
258
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
238
259
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
@@ -287,152 +308,146 @@ declare const PutObjectCommand_base: {
|
|
|
287
308
|
* @throws {@link S3ServiceException}
|
|
288
309
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
289
310
|
*
|
|
290
|
-
*
|
|
291
|
-
* @example To
|
|
311
|
+
*
|
|
312
|
+
* @example To create an object.
|
|
292
313
|
* ```javascript
|
|
293
|
-
* // The following example
|
|
314
|
+
* // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
|
|
294
315
|
* const input = {
|
|
295
|
-
*
|
|
296
|
-
*
|
|
297
|
-
*
|
|
298
|
-
* "ServerSideEncryption": "AES256",
|
|
299
|
-
* "StorageClass": "STANDARD_IA"
|
|
316
|
+
* Body: "filetoupload",
|
|
317
|
+
* Bucket: "examplebucket",
|
|
318
|
+
* Key: "objectkey"
|
|
300
319
|
* };
|
|
301
320
|
* const command = new PutObjectCommand(input);
|
|
302
321
|
* const response = await client.send(command);
|
|
303
|
-
* /* response
|
|
322
|
+
* /* response is
|
|
304
323
|
* {
|
|
305
|
-
*
|
|
306
|
-
*
|
|
307
|
-
* "VersionId": "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
324
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
325
|
+
* VersionId: "Bvq0EDKxOcXLJXNo_Lkz37eM3R4pfzyQ"
|
|
308
326
|
* }
|
|
309
327
|
* *\/
|
|
310
|
-
* // example id: to-upload-an-object-(specify-optional-headers)
|
|
311
328
|
* ```
|
|
312
329
|
*
|
|
313
|
-
* @example To upload an object
|
|
330
|
+
* @example To upload an object (specify optional headers)
|
|
314
331
|
* ```javascript
|
|
315
|
-
* // The following example uploads an object. The request specifies
|
|
332
|
+
* // The following example uploads an object. The request specifies optional request headers to directs S3 to use specific storage class and use server-side encryption.
|
|
316
333
|
* const input = {
|
|
317
|
-
*
|
|
318
|
-
*
|
|
319
|
-
*
|
|
320
|
-
*
|
|
321
|
-
*
|
|
334
|
+
* Body: "HappyFace.jpg",
|
|
335
|
+
* Bucket: "examplebucket",
|
|
336
|
+
* Key: "HappyFace.jpg",
|
|
337
|
+
* ServerSideEncryption: "AES256",
|
|
338
|
+
* StorageClass: "STANDARD_IA"
|
|
322
339
|
* };
|
|
323
340
|
* const command = new PutObjectCommand(input);
|
|
324
341
|
* const response = await client.send(command);
|
|
325
|
-
* /* response
|
|
342
|
+
* /* response is
|
|
326
343
|
* {
|
|
327
|
-
*
|
|
328
|
-
*
|
|
329
|
-
*
|
|
344
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
345
|
+
* ServerSideEncryption: "AES256",
|
|
346
|
+
* VersionId: "CG612hodqujkf8FaaNfp8U..FIhLROcp"
|
|
330
347
|
* }
|
|
331
348
|
* *\/
|
|
332
|
-
* // example id: to-upload-an-object-and-specify-server-side-encryption-and-object-tags-1483398331831
|
|
333
349
|
* ```
|
|
334
350
|
*
|
|
335
|
-
* @example To upload object
|
|
351
|
+
* @example To upload an object
|
|
336
352
|
* ```javascript
|
|
337
|
-
* // The following example
|
|
353
|
+
* // The following example uploads an object to a versioning-enabled bucket. The source file is specified using Windows file syntax. S3 returns VersionId of the newly created object.
|
|
338
354
|
* const input = {
|
|
339
|
-
*
|
|
340
|
-
*
|
|
341
|
-
*
|
|
342
|
-
* "Metadata": {
|
|
343
|
-
* "metadata1": "value1",
|
|
344
|
-
* "metadata2": "value2"
|
|
345
|
-
* }
|
|
355
|
+
* Body: "HappyFace.jpg",
|
|
356
|
+
* Bucket: "examplebucket",
|
|
357
|
+
* Key: "HappyFace.jpg"
|
|
346
358
|
* };
|
|
347
359
|
* const command = new PutObjectCommand(input);
|
|
348
360
|
* const response = await client.send(command);
|
|
349
|
-
* /* response
|
|
361
|
+
* /* response is
|
|
350
362
|
* {
|
|
351
|
-
*
|
|
352
|
-
*
|
|
363
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
364
|
+
* VersionId: "tpf3zF08nBplQK1XLOefGskR7mGDwcDk"
|
|
353
365
|
* }
|
|
354
366
|
* *\/
|
|
355
|
-
* // example id: to-upload-object-and-specify-user-defined-metadata-1483396974757
|
|
356
367
|
* ```
|
|
357
368
|
*
|
|
358
369
|
* @example To upload an object and specify canned ACL.
|
|
359
370
|
* ```javascript
|
|
360
371
|
* // The following example uploads and object. The request specifies optional canned ACL (access control list) to all READ access to authenticated users. If the bucket is versioning enabled, S3 returns version ID in response.
|
|
361
372
|
* const input = {
|
|
362
|
-
*
|
|
363
|
-
*
|
|
364
|
-
*
|
|
365
|
-
*
|
|
373
|
+
* ACL: "authenticated-read",
|
|
374
|
+
* Body: "filetoupload",
|
|
375
|
+
* Bucket: "examplebucket",
|
|
376
|
+
* Key: "exampleobject"
|
|
366
377
|
* };
|
|
367
378
|
* const command = new PutObjectCommand(input);
|
|
368
379
|
* const response = await client.send(command);
|
|
369
|
-
* /* response
|
|
380
|
+
* /* response is
|
|
370
381
|
* {
|
|
371
|
-
*
|
|
372
|
-
*
|
|
382
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
383
|
+
* VersionId: "Kirh.unyZwjQ69YxcQLA8z4F5j3kJJKr"
|
|
373
384
|
* }
|
|
374
385
|
* *\/
|
|
375
|
-
* // example id: to-upload-an-object-and-specify-canned-acl-1483397779571
|
|
376
386
|
* ```
|
|
377
387
|
*
|
|
378
388
|
* @example To upload an object and specify optional tags
|
|
379
389
|
* ```javascript
|
|
380
390
|
* // The following example uploads an object. The request specifies optional object tags. The bucket is versioned, therefore S3 returns version ID of the newly created object.
|
|
381
391
|
* const input = {
|
|
382
|
-
*
|
|
383
|
-
*
|
|
384
|
-
*
|
|
385
|
-
*
|
|
392
|
+
* Body: "c:\HappyFace.jpg",
|
|
393
|
+
* Bucket: "examplebucket",
|
|
394
|
+
* Key: "HappyFace.jpg",
|
|
395
|
+
* Tagging: "key1=value1&key2=value2"
|
|
386
396
|
* };
|
|
387
397
|
* const command = new PutObjectCommand(input);
|
|
388
398
|
* const response = await client.send(command);
|
|
389
|
-
* /* response
|
|
399
|
+
* /* response is
|
|
390
400
|
* {
|
|
391
|
-
*
|
|
392
|
-
*
|
|
401
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
402
|
+
* VersionId: "psM2sYY4.o1501dSx8wMvnkOzSBB.V4a"
|
|
393
403
|
* }
|
|
394
404
|
* *\/
|
|
395
|
-
* // example id: to-upload-an-object-and-specify-optional-tags-1481762310955
|
|
396
405
|
* ```
|
|
397
406
|
*
|
|
398
|
-
* @example To upload an object
|
|
407
|
+
* @example To upload an object and specify server-side encryption and object tags
|
|
399
408
|
* ```javascript
|
|
400
|
-
* // The following example uploads an object
|
|
409
|
+
* // The following example uploads an object. The request specifies the optional server-side encryption option. The request also specifies optional object tags. If the bucket is versioning enabled, S3 returns version ID in response.
|
|
401
410
|
* const input = {
|
|
402
|
-
*
|
|
403
|
-
*
|
|
404
|
-
*
|
|
411
|
+
* Body: "filetoupload",
|
|
412
|
+
* Bucket: "examplebucket",
|
|
413
|
+
* Key: "exampleobject",
|
|
414
|
+
* ServerSideEncryption: "AES256",
|
|
415
|
+
* Tagging: "key1=value1&key2=value2"
|
|
405
416
|
* };
|
|
406
417
|
* const command = new PutObjectCommand(input);
|
|
407
418
|
* const response = await client.send(command);
|
|
408
|
-
* /* response
|
|
419
|
+
* /* response is
|
|
409
420
|
* {
|
|
410
|
-
*
|
|
411
|
-
*
|
|
421
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
422
|
+
* ServerSideEncryption: "AES256",
|
|
423
|
+
* VersionId: "Ri.vC6qVlA4dEnjgRV4ZHsHoFIjqEMNt"
|
|
412
424
|
* }
|
|
413
425
|
* *\/
|
|
414
|
-
* // example id: to-upload-an-object-1481760101010
|
|
415
426
|
* ```
|
|
416
427
|
*
|
|
417
|
-
* @example To
|
|
428
|
+
* @example To upload object and specify user-defined metadata
|
|
418
429
|
* ```javascript
|
|
419
|
-
* // The following example creates an object. If the bucket is versioning enabled, S3 returns version ID in response.
|
|
430
|
+
* // The following example creates an object. The request also specifies optional metadata. If the bucket is versioning enabled, S3 returns version ID in response.
|
|
420
431
|
* const input = {
|
|
421
|
-
*
|
|
422
|
-
*
|
|
423
|
-
*
|
|
432
|
+
* Body: "filetoupload",
|
|
433
|
+
* Bucket: "examplebucket",
|
|
434
|
+
* Key: "exampleobject",
|
|
435
|
+
* Metadata: {
|
|
436
|
+
* metadata1: "value1",
|
|
437
|
+
* metadata2: "value2"
|
|
438
|
+
* }
|
|
424
439
|
* };
|
|
425
440
|
* const command = new PutObjectCommand(input);
|
|
426
441
|
* const response = await client.send(command);
|
|
427
|
-
* /* response
|
|
442
|
+
* /* response is
|
|
428
443
|
* {
|
|
429
|
-
*
|
|
430
|
-
*
|
|
444
|
+
* ETag: `"6805f2cfc46c0f04559748bb039d69ae"`,
|
|
445
|
+
* VersionId: "pSKidl4pHBiNwukdbcPXAIs.sshFFOc0"
|
|
431
446
|
* }
|
|
432
447
|
* *\/
|
|
433
|
-
* // example id: to-create-an-object-1483147613675
|
|
434
448
|
* ```
|
|
435
449
|
*
|
|
450
|
+
* @public
|
|
436
451
|
*/
|
|
437
452
|
export declare class PutObjectCommand extends PutObjectCommand_base {
|
|
438
453
|
/** @internal type navigation helper, not in runtime. */
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu
|
|
|
23
23
|
}
|
|
24
24
|
declare const PutObjectLegalHoldCommand_base: {
|
|
25
25
|
new (input: PutObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (
|
|
26
|
+
new (input: PutObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
@@ -49,7 +49,7 @@ declare const PutObjectLegalHoldCommand_base: {
|
|
|
49
49
|
* RequestPayer: "requester",
|
|
50
50
|
* VersionId: "STRING_VALUE",
|
|
51
51
|
* ContentMD5: "STRING_VALUE",
|
|
52
|
-
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256",
|
|
52
|
+
* ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
53
53
|
* ExpectedBucketOwner: "STRING_VALUE",
|
|
54
54
|
* };
|
|
55
55
|
* const command = new PutObjectLegalHoldCommand(input);
|
|
@@ -69,6 +69,7 @@ declare const PutObjectLegalHoldCommand_base: {
|
|
|
69
69
|
* @throws {@link S3ServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from S3 service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutObjectLegalHoldCommand extends PutObjectLegalHoldCommand_base {
|