@nocobase/plugin-file-manager 1.5.11 → 1.5.13
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/externalVersion.js +6 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +24 -3
- 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 +34520 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +20 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +26 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +123 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +22 -51
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +24 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +24 -51
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +23 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +23 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +26 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +19 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +24 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +18 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +21 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +22 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +23 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +24 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +21 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +25 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +20 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +23 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +25 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +27 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +23 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +24 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +26 -52
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +26 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +22 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +19 -48
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +12 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +24 -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/index.js +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +41 -56
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +63 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListBucketsPaginator.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +2 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +2 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +2 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +4054 -5980
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +22 -13
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +24 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +46 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +48 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +85 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +130 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +113 -90
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +152 -102
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +92 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +68 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +74 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +50 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +34 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +33 -35
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +62 -50
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +69 -34
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +85 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +55 -47
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +92 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +111 -84
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +41 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +62 -45
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +101 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +43 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +37 -28
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +108 -89
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +25 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +24 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +60 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +49 -43
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +22 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +24 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +133 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +116 -78
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +24 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +57 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +26 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +31 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +158 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +25 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +24 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +23 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +95 -68
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +132 -85
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +24 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +43 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3842 -3109
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1620 -883
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +27 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +21 -13
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +20 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +25 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +71 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +47 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +55 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +37 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +38 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +34 -25
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +36 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +33 -24
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +34 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +35 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +32 -21
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +43 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +0 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +878 -916
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +404 -271
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +11 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +36 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +48 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +48 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +75 -39
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -2
- 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/package.json +1 -1
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +40813 -33
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/package.json +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +0 -201
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +0 -53
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +0 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +0 -61
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +0 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +0 -57
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +0 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +0 -66
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +0 -60
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +0 -61
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +0 -70
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +0 -65
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +0 -64
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +0 -68
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +0 -63
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +0 -59
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -98
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -16
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +0 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/index.js +0 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +0 -647
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +0 -156
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/Interfaces.js +0 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +0 -29
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +0 -9820
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/index.js +0 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +0 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +0 -30
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +0 -31
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +0 -30
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBucketsCommandInput,
|
|
4
|
+
ListBucketsCommandOutput,
|
|
5
|
+
} from "../commands/ListBucketsCommand";
|
|
6
|
+
import { S3PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBuckets: (
|
|
8
|
+
config: S3PaginationConfiguration,
|
|
9
|
+
input: ListBucketsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBucketsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListDirectoryBucketsCommandOutput,
|
|
5
5
|
} from "../commands/ListDirectoryBucketsCommand";
|
|
6
6
|
import { S3PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListDirectoryBuckets: (
|
|
8
8
|
config: S3PaginationConfiguration,
|
|
9
9
|
input: ListDirectoryBucketsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListDirectoryBucketsCommandOutput>;
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListObjectsV2CommandOutput,
|
|
5
5
|
} from "../commands/ListObjectsV2Command";
|
|
6
6
|
import { S3PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListObjectsV2: (
|
|
8
8
|
config: S3PaginationConfiguration,
|
|
9
9
|
input: ListObjectsV2CommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListObjectsV2CommandOutput>;
|
package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListPartsCommandOutput,
|
|
5
5
|
} from "../commands/ListPartsCommand";
|
|
6
6
|
import { S3PaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListParts: (
|
|
8
8
|
config: S3PaginationConfiguration,
|
|
9
9
|
input: ListPartsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListPartsCommandOutput>;
|
|
@@ -23,6 +23,10 @@ import {
|
|
|
23
23
|
CreateBucketCommandInput,
|
|
24
24
|
CreateBucketCommandOutput,
|
|
25
25
|
} from "../commands/CreateBucketCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateBucketMetadataTableConfigurationCommandInput,
|
|
28
|
+
CreateBucketMetadataTableConfigurationCommandOutput,
|
|
29
|
+
} from "../commands/CreateBucketMetadataTableConfigurationCommand";
|
|
26
30
|
import {
|
|
27
31
|
CreateMultipartUploadCommandInput,
|
|
28
32
|
CreateMultipartUploadCommandOutput,
|
|
@@ -59,6 +63,10 @@ import {
|
|
|
59
63
|
DeleteBucketLifecycleCommandInput,
|
|
60
64
|
DeleteBucketLifecycleCommandOutput,
|
|
61
65
|
} from "../commands/DeleteBucketLifecycleCommand";
|
|
66
|
+
import {
|
|
67
|
+
DeleteBucketMetadataTableConfigurationCommandInput,
|
|
68
|
+
DeleteBucketMetadataTableConfigurationCommandOutput,
|
|
69
|
+
} from "../commands/DeleteBucketMetadataTableConfigurationCommand";
|
|
62
70
|
import {
|
|
63
71
|
DeleteBucketMetricsConfigurationCommandInput,
|
|
64
72
|
DeleteBucketMetricsConfigurationCommandOutput,
|
|
@@ -139,6 +147,10 @@ import {
|
|
|
139
147
|
GetBucketLoggingCommandInput,
|
|
140
148
|
GetBucketLoggingCommandOutput,
|
|
141
149
|
} from "../commands/GetBucketLoggingCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetBucketMetadataTableConfigurationCommandInput,
|
|
152
|
+
GetBucketMetadataTableConfigurationCommandOutput,
|
|
153
|
+
} from "../commands/GetBucketMetadataTableConfigurationCommand";
|
|
142
154
|
import {
|
|
143
155
|
GetBucketMetricsConfigurationCommandInput,
|
|
144
156
|
GetBucketMetricsConfigurationCommandOutput,
|
|
@@ -403,6 +415,10 @@ export declare const se_CreateBucketCommand: (
|
|
|
403
415
|
input: CreateBucketCommandInput,
|
|
404
416
|
context: __SerdeContext
|
|
405
417
|
) => Promise<__HttpRequest>;
|
|
418
|
+
export declare const se_CreateBucketMetadataTableConfigurationCommand: (
|
|
419
|
+
input: CreateBucketMetadataTableConfigurationCommandInput,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<__HttpRequest>;
|
|
406
422
|
export declare const se_CreateMultipartUploadCommand: (
|
|
407
423
|
input: CreateMultipartUploadCommandInput,
|
|
408
424
|
context: __SerdeContext
|
|
@@ -439,6 +455,10 @@ export declare const se_DeleteBucketLifecycleCommand: (
|
|
|
439
455
|
input: DeleteBucketLifecycleCommandInput,
|
|
440
456
|
context: __SerdeContext
|
|
441
457
|
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const se_DeleteBucketMetadataTableConfigurationCommand: (
|
|
459
|
+
input: DeleteBucketMetadataTableConfigurationCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
442
462
|
export declare const se_DeleteBucketMetricsConfigurationCommand: (
|
|
443
463
|
input: DeleteBucketMetricsConfigurationCommandInput,
|
|
444
464
|
context: __SerdeContext
|
|
@@ -519,6 +539,10 @@ export declare const se_GetBucketLoggingCommand: (
|
|
|
519
539
|
input: GetBucketLoggingCommandInput,
|
|
520
540
|
context: __SerdeContext
|
|
521
541
|
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const se_GetBucketMetadataTableConfigurationCommand: (
|
|
543
|
+
input: GetBucketMetadataTableConfigurationCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
522
546
|
export declare const se_GetBucketMetricsConfigurationCommand: (
|
|
523
547
|
input: GetBucketMetricsConfigurationCommandInput,
|
|
524
548
|
context: __SerdeContext
|
|
@@ -783,6 +807,10 @@ export declare const de_CreateBucketCommand: (
|
|
|
783
807
|
output: __HttpResponse,
|
|
784
808
|
context: __SerdeContext
|
|
785
809
|
) => Promise<CreateBucketCommandOutput>;
|
|
810
|
+
export declare const de_CreateBucketMetadataTableConfigurationCommand: (
|
|
811
|
+
output: __HttpResponse,
|
|
812
|
+
context: __SerdeContext
|
|
813
|
+
) => Promise<CreateBucketMetadataTableConfigurationCommandOutput>;
|
|
786
814
|
export declare const de_CreateMultipartUploadCommand: (
|
|
787
815
|
output: __HttpResponse,
|
|
788
816
|
context: __SerdeContext
|
|
@@ -819,6 +847,10 @@ export declare const de_DeleteBucketLifecycleCommand: (
|
|
|
819
847
|
output: __HttpResponse,
|
|
820
848
|
context: __SerdeContext
|
|
821
849
|
) => Promise<DeleteBucketLifecycleCommandOutput>;
|
|
850
|
+
export declare const de_DeleteBucketMetadataTableConfigurationCommand: (
|
|
851
|
+
output: __HttpResponse,
|
|
852
|
+
context: __SerdeContext
|
|
853
|
+
) => Promise<DeleteBucketMetadataTableConfigurationCommandOutput>;
|
|
822
854
|
export declare const de_DeleteBucketMetricsConfigurationCommand: (
|
|
823
855
|
output: __HttpResponse,
|
|
824
856
|
context: __SerdeContext
|
|
@@ -899,6 +931,10 @@ export declare const de_GetBucketLoggingCommand: (
|
|
|
899
931
|
output: __HttpResponse,
|
|
900
932
|
context: __SerdeContext
|
|
901
933
|
) => Promise<GetBucketLoggingCommandOutput>;
|
|
934
|
+
export declare const de_GetBucketMetadataTableConfigurationCommand: (
|
|
935
|
+
output: __HttpResponse,
|
|
936
|
+
context: __SerdeContext
|
|
937
|
+
) => Promise<GetBucketMetadataTableConfigurationCommandOutput>;
|
|
902
938
|
export declare const de_GetBucketMetricsConfigurationCommand: (
|
|
903
939
|
output: __HttpResponse,
|
|
904
940
|
context: __SerdeContext
|
|
@@ -6,30 +6,22 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
|
+
defaultUserAgentProvider: (
|
|
15
|
+
config?:
|
|
16
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
17
|
+
| undefined
|
|
18
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
15
19
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
16
20
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
17
21
|
md5: import("@smithy/types").HashConstructor;
|
|
18
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
23
|
requestHandler:
|
|
20
|
-
|
|
|
21
|
-
any,
|
|
22
|
-
any,
|
|
23
|
-
import("@smithy/types").HttpHandlerOptions
|
|
24
|
-
> &
|
|
25
|
-
import("@smithy/types").RequestHandler<
|
|
26
|
-
import("@smithy/protocol-http").HttpRequest,
|
|
27
|
-
import("@smithy/protocol-http").HttpResponse,
|
|
28
|
-
import("@smithy/types").HttpHandlerOptions
|
|
29
|
-
> & {
|
|
30
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
31
|
-
httpHandlerConfigs(): {};
|
|
32
|
-
})
|
|
24
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
33
25
|
| RequestHandler;
|
|
34
26
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
35
27
|
sha1: import("@smithy/types").HashConstructor;
|
|
@@ -41,15 +33,15 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
41
33
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
42
34
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
43
35
|
apiVersion: string;
|
|
36
|
+
cacheMiddleware?: boolean | undefined;
|
|
44
37
|
urlParser: import("@smithy/types").UrlParser;
|
|
45
38
|
base64Decoder: import("@smithy/types").Decoder;
|
|
46
|
-
base64Encoder:
|
|
39
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
47
40
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
48
|
-
utf8Encoder:
|
|
41
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
49
42
|
disableHostPrefix: boolean;
|
|
50
43
|
serviceId: string;
|
|
51
|
-
|
|
52
|
-
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
44
|
+
profile?: string | undefined;
|
|
53
45
|
getAwsChunkedEncodingStream:
|
|
54
46
|
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
55
47
|
| import("@smithy/types").GetAwsChunkedEncodingStream<
|
|
@@ -57,7 +49,31 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
57
49
|
>;
|
|
58
50
|
logger: import("@smithy/types").Logger;
|
|
59
51
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
52
|
+
signingEscapePath: boolean;
|
|
53
|
+
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
60
54
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
55
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
56
|
+
userAgentAppId?:
|
|
57
|
+
| string
|
|
58
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
59
|
+
| undefined;
|
|
60
|
+
requestChecksumCalculation?:
|
|
61
|
+
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
62
|
+
| import("@smithy/types").Provider<
|
|
63
|
+
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
64
|
+
>
|
|
65
|
+
| undefined;
|
|
66
|
+
responseChecksumValidation?:
|
|
67
|
+
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
68
|
+
| import("@smithy/types").Provider<
|
|
69
|
+
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
70
|
+
>
|
|
71
|
+
| undefined;
|
|
72
|
+
requestStreamBufferSize?: number | false | undefined;
|
|
73
|
+
retryStrategy?:
|
|
74
|
+
| import("@smithy/types").RetryStrategy
|
|
75
|
+
| import("@smithy/types").RetryStrategyV2
|
|
76
|
+
| undefined;
|
|
61
77
|
endpoint?:
|
|
62
78
|
| ((
|
|
63
79
|
| string
|
|
@@ -82,15 +98,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
82
98
|
}
|
|
83
99
|
) => import("@smithy/types").EndpointV2;
|
|
84
100
|
tls?: boolean | undefined;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
| undefined;
|
|
101
|
+
serviceConfiguredEndpoint?: undefined;
|
|
102
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
103
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
89
104
|
credentials?:
|
|
90
105
|
| import("@smithy/types").AwsCredentialIdentity
|
|
91
|
-
| import("@smithy/types").
|
|
92
|
-
import("@smithy/types").AwsCredentialIdentity
|
|
93
|
-
>
|
|
106
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
94
107
|
| undefined;
|
|
95
108
|
signer?:
|
|
96
109
|
| import("@smithy/types").RequestSigner
|
|
@@ -106,6 +119,10 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
106
119
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
107
120
|
) => import("@smithy/types").RequestSigner)
|
|
108
121
|
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
122
|
+
sigv4aSigningRegionSet?:
|
|
123
|
+
| string[]
|
|
124
|
+
| import("@smithy/types").Provider<string[] | undefined>
|
|
125
|
+
| undefined;
|
|
109
126
|
forcePathStyle?:
|
|
110
127
|
| (boolean & (boolean | import("@smithy/types").Provider<boolean>))
|
|
111
128
|
| undefined;
|
|
@@ -119,7 +136,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
119
136
|
s3ExpressIdentityProvider?:
|
|
120
137
|
| import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
|
|
121
138
|
| undefined;
|
|
122
|
-
|
|
139
|
+
bucketEndpoint?: boolean | undefined;
|
|
123
140
|
useGlobalEndpoint?:
|
|
124
141
|
| boolean
|
|
125
142
|
| import("@smithy/types").Provider<boolean>
|
|
@@ -7,12 +7,20 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
7
7
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
8
8
|
>;
|
|
9
9
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider:
|
|
11
|
-
input: any
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
credentialDefaultProvider:
|
|
11
|
+
| ((input: any) => import("@aws-sdk/types").AwsCredentialIdentityProvider)
|
|
12
|
+
| ((
|
|
13
|
+
init?:
|
|
14
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
15
|
+
| undefined
|
|
16
|
+
) => import("@aws-sdk/types").MemoizedProvider<
|
|
17
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
18
|
+
>);
|
|
19
|
+
defaultUserAgentProvider: (
|
|
20
|
+
config?:
|
|
21
|
+
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
22
|
+
| undefined
|
|
23
|
+
) => Promise<import("@aws-sdk/types").UserAgent>;
|
|
16
24
|
disableS3ExpressSessionAuth:
|
|
17
25
|
| boolean
|
|
18
26
|
| import("@aws-sdk/types").Provider<boolean>;
|
|
@@ -20,24 +28,25 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
20
28
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
21
29
|
md5: __HashConstructor;
|
|
22
30
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
31
|
+
requestChecksumCalculation:
|
|
32
|
+
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
33
|
+
| import("@aws-sdk/types").Provider<
|
|
34
|
+
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
35
|
+
>;
|
|
23
36
|
requestHandler:
|
|
24
|
-
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
import("@aws-sdk/
|
|
30
|
-
|
|
31
|
-
import("@smithy/protocol-http").HttpResponse,
|
|
32
|
-
import("@aws-sdk/types").HttpHandlerOptions
|
|
33
|
-
> & {
|
|
34
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
35
|
-
httpHandlerConfigs(): {};
|
|
36
|
-
})
|
|
37
|
-
| RequestHandler;
|
|
37
|
+
| RequestHandler
|
|
38
|
+
| import("@smithy/protocol-http").HttpHandler<any>;
|
|
39
|
+
responseChecksumValidation:
|
|
40
|
+
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
41
|
+
| import("@aws-sdk/types").Provider<
|
|
42
|
+
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
43
|
+
>;
|
|
38
44
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
39
45
|
sha1: __HashConstructor;
|
|
40
46
|
sha256: __HashConstructor;
|
|
47
|
+
sigv4aSigningRegionSet:
|
|
48
|
+
| string[]
|
|
49
|
+
| import("@aws-sdk/types").Provider<string[] | undefined>;
|
|
41
50
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
42
51
|
streamHasher:
|
|
43
52
|
| import("@aws-sdk/types").StreamHasher<import("stream").Readable>
|
|
@@ -45,15 +54,19 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
45
54
|
useArnRegion: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
46
55
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
47
56
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
57
|
+
userAgentAppId:
|
|
58
|
+
| string
|
|
59
|
+
| import("@aws-sdk/types").Provider<string | undefined>;
|
|
48
60
|
apiVersion: string;
|
|
61
|
+
cacheMiddleware?: boolean | undefined;
|
|
49
62
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
50
63
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
51
|
-
base64Encoder:
|
|
64
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
52
65
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
53
|
-
utf8Encoder:
|
|
66
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
54
67
|
disableHostPrefix: boolean;
|
|
55
68
|
serviceId: string;
|
|
56
|
-
|
|
69
|
+
profile?: string | undefined;
|
|
57
70
|
getAwsChunkedEncodingStream:
|
|
58
71
|
| import("@aws-sdk/types").GetAwsChunkedEncodingStream<any>
|
|
59
72
|
| import("@aws-sdk/types").GetAwsChunkedEncodingStream<
|
|
@@ -61,7 +74,14 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
61
74
|
>;
|
|
62
75
|
logger: import("@aws-sdk/types").Logger;
|
|
63
76
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
77
|
+
signingEscapePath: boolean;
|
|
64
78
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
79
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
80
|
+
requestStreamBufferSize?: number | false | undefined;
|
|
81
|
+
retryStrategy?:
|
|
82
|
+
| import("@aws-sdk/types").RetryStrategy
|
|
83
|
+
| import("@aws-sdk/types").RetryStrategyV2
|
|
84
|
+
| undefined;
|
|
65
85
|
endpoint?:
|
|
66
86
|
| ((
|
|
67
87
|
| string
|
|
@@ -88,15 +108,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
88
108
|
}
|
|
89
109
|
) => import("@aws-sdk/types").EndpointV2;
|
|
90
110
|
tls?: boolean | undefined;
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
| undefined;
|
|
111
|
+
serviceConfiguredEndpoint?: undefined;
|
|
112
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
113
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
95
114
|
credentials?:
|
|
96
115
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
97
|
-
| import("@aws-sdk/types").
|
|
98
|
-
import("@aws-sdk/types").AwsCredentialIdentity
|
|
99
|
-
>
|
|
116
|
+
| import("@aws-sdk/types").AwsCredentialIdentityProvider
|
|
100
117
|
| undefined;
|
|
101
118
|
signer?:
|
|
102
119
|
| import("@aws-sdk/types").RequestSigner
|
|
@@ -125,7 +142,7 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
125
142
|
s3ExpressIdentityProvider?:
|
|
126
143
|
| import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
|
|
127
144
|
| undefined;
|
|
128
|
-
|
|
145
|
+
bucketEndpoint?: boolean | undefined;
|
|
129
146
|
useGlobalEndpoint?:
|
|
130
147
|
| boolean
|
|
131
148
|
| import("@aws-sdk/types").Provider<boolean>
|
|
@@ -3,41 +3,31 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
3
3
|
runtime: string;
|
|
4
4
|
sha256: import("@smithy/types").HashConstructor;
|
|
5
5
|
requestHandler:
|
|
6
|
-
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
> &
|
|
11
|
-
import("@smithy/types").RequestHandler<
|
|
12
|
-
import("@smithy/protocol-http").HttpRequest,
|
|
13
|
-
import("@smithy/protocol-http").HttpResponse,
|
|
14
|
-
import("@smithy/types").HttpHandlerOptions
|
|
15
|
-
> & {
|
|
16
|
-
updateHttpClientConfig(key: never, value: never): void;
|
|
17
|
-
httpHandlerConfigs(): {};
|
|
18
|
-
})
|
|
6
|
+
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
|
+
| import("@smithy/types").FetchHttpHandlerOptions
|
|
8
|
+
| Record<string, unknown>
|
|
9
|
+
| import("@smithy/protocol-http").HttpHandler<any>
|
|
19
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
20
11
|
apiVersion: string;
|
|
12
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
13
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
14
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
24
16
|
base64Decoder: import("@smithy/types").Decoder;
|
|
25
|
-
base64Encoder:
|
|
17
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
26
18
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
27
|
-
utf8Encoder:
|
|
19
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
28
20
|
disableHostPrefix: boolean;
|
|
29
21
|
serviceId: string;
|
|
30
22
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
23
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
24
|
region: string | import("@smithy/types").Provider<any>;
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
import("@smithy/types").UserAgent
|
|
40
|
-
>;
|
|
25
|
+
profile?: string | undefined;
|
|
26
|
+
defaultUserAgentProvider: (
|
|
27
|
+
config?:
|
|
28
|
+
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
|
+
| undefined
|
|
30
|
+
) => Promise<import("@smithy/types").UserAgent>;
|
|
41
31
|
streamHasher:
|
|
42
32
|
| import("@smithy/types").StreamHasher<import("stream").Readable>
|
|
43
33
|
| import("@smithy/types").StreamHasher<Blob>;
|
|
@@ -48,6 +38,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
48
38
|
| import("@smithy/types").GetAwsChunkedEncodingStream<
|
|
49
39
|
import("stream").Readable
|
|
50
40
|
>;
|
|
41
|
+
credentialDefaultProvider:
|
|
42
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
43
|
+
| ((
|
|
44
|
+
_: unknown
|
|
45
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
51
46
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
52
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
53
48
|
logger: import("@smithy/types").Logger;
|
|
@@ -58,13 +53,47 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
58
53
|
| import("@smithy/types").Provider<
|
|
59
54
|
import("@smithy/smithy-client").DefaultsMode
|
|
60
55
|
>;
|
|
56
|
+
signingEscapePath: boolean;
|
|
57
|
+
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
61
58
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
62
|
-
|
|
59
|
+
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
60
|
+
userAgentAppId?:
|
|
63
61
|
| string
|
|
64
|
-
| import("@smithy/types").
|
|
65
|
-
|
|
|
66
|
-
|
|
67
|
-
| import("@
|
|
62
|
+
| import("@smithy/types").Provider<string | undefined>
|
|
63
|
+
| undefined;
|
|
64
|
+
requestChecksumCalculation?:
|
|
65
|
+
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
66
|
+
| import("@smithy/types").Provider<
|
|
67
|
+
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
68
|
+
>
|
|
69
|
+
| undefined;
|
|
70
|
+
responseChecksumValidation?:
|
|
71
|
+
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
72
|
+
| import("@smithy/types").Provider<
|
|
73
|
+
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
74
|
+
>
|
|
75
|
+
| undefined;
|
|
76
|
+
requestStreamBufferSize?: number | false | undefined;
|
|
77
|
+
retryStrategy?:
|
|
78
|
+
| import("@smithy/types").RetryStrategy
|
|
79
|
+
| import("@smithy/types").RetryStrategyV2
|
|
80
|
+
| undefined;
|
|
81
|
+
endpoint?:
|
|
82
|
+
| ((
|
|
83
|
+
| string
|
|
84
|
+
| import("@smithy/types").Endpoint
|
|
85
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
86
|
+
| import("@smithy/types").EndpointV2
|
|
87
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
88
|
+
) &
|
|
89
|
+
(
|
|
90
|
+
| string
|
|
91
|
+
| import("@smithy/types").Provider<string>
|
|
92
|
+
| import("@smithy/types").Endpoint
|
|
93
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
94
|
+
| import("@smithy/types").EndpointV2
|
|
95
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
96
|
+
))
|
|
68
97
|
| undefined;
|
|
69
98
|
endpointProvider: (
|
|
70
99
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -73,15 +102,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
73
102
|
}
|
|
74
103
|
) => import("@smithy/types").EndpointV2;
|
|
75
104
|
tls?: boolean | undefined;
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
| undefined;
|
|
105
|
+
serviceConfiguredEndpoint?: undefined;
|
|
106
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
107
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
80
108
|
credentials?:
|
|
81
109
|
| import("@smithy/types").AwsCredentialIdentity
|
|
82
|
-
| import("@smithy/types").
|
|
83
|
-
import("@smithy/types").AwsCredentialIdentity
|
|
84
|
-
>
|
|
110
|
+
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
85
111
|
| undefined;
|
|
86
112
|
signer?:
|
|
87
113
|
| import("@smithy/types").RequestSigner
|
|
@@ -97,14 +123,24 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
97
123
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
98
124
|
) => import("@smithy/types").RequestSigner)
|
|
99
125
|
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
126
|
+
sigv4aSigningRegionSet?:
|
|
127
|
+
| string[]
|
|
128
|
+
| import("@smithy/types").Provider<string[] | undefined>
|
|
129
|
+
| undefined;
|
|
130
|
+
forcePathStyle?:
|
|
131
|
+
| (boolean & (boolean | import("@smithy/types").Provider<boolean>))
|
|
132
|
+
| undefined;
|
|
133
|
+
useAccelerateEndpoint?:
|
|
134
|
+
| (boolean & (boolean | import("@smithy/types").Provider<boolean>))
|
|
135
|
+
| undefined;
|
|
136
|
+
disableMultiregionAccessPoints?:
|
|
137
|
+
| (boolean & (boolean | import("@smithy/types").Provider<boolean>))
|
|
138
|
+
| undefined;
|
|
103
139
|
followRegionRedirects?: boolean | undefined;
|
|
104
140
|
s3ExpressIdentityProvider?:
|
|
105
141
|
| import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
|
|
106
142
|
| undefined;
|
|
107
|
-
|
|
143
|
+
bucketEndpoint?: boolean | undefined;
|
|
108
144
|
useGlobalEndpoint?:
|
|
109
145
|
| boolean
|
|
110
146
|
| import("@smithy/types").Provider<boolean>
|
|
@@ -3,7 +3,7 @@ import { S3ClientConfig } from "./S3Client";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
4
4
|
apiVersion: string;
|
|
5
5
|
base64Decoder: import("@smithy/types").Decoder;
|
|
6
|
-
base64Encoder:
|
|
6
|
+
base64Encoder: (_input: string | Uint8Array) => string;
|
|
7
7
|
disableHostPrefix: boolean;
|
|
8
8
|
endpointProvider: (
|
|
9
9
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
@@ -17,6 +17,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
17
17
|
| import("@smithy/types").GetAwsChunkedEncodingStream<
|
|
18
18
|
import("stream").Readable
|
|
19
19
|
>;
|
|
20
|
+
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
21
|
+
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
20
22
|
logger: import("@smithy/types").Logger;
|
|
21
23
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
22
24
|
serviceId: string;
|
|
@@ -30,5 +32,5 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
30
32
|
urlParser: import("@smithy/types").UrlParser;
|
|
31
33
|
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
34
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
33
|
-
utf8Encoder:
|
|
35
|
+
utf8Encoder: (input: string | Uint8Array) => string;
|
|
34
36
|
};
|