@tachybase/module-file 1.3.17 → 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/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
|
@@ -4,7 +4,8 @@ import {
|
|
|
4
4
|
AccessControlPolicy,
|
|
5
5
|
BucketVersioningStatus,
|
|
6
6
|
ChecksumAlgorithm,
|
|
7
|
-
|
|
7
|
+
ChecksumType,
|
|
8
|
+
CORSRule,
|
|
8
9
|
ErrorDocument,
|
|
9
10
|
Grant,
|
|
10
11
|
IndexDocument,
|
|
@@ -36,6 +37,9 @@ import {
|
|
|
36
37
|
TransitionDefaultMinimumObjectSize,
|
|
37
38
|
} from "./models_0";
|
|
38
39
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
40
|
+
export interface CORSConfiguration {
|
|
41
|
+
CORSRules: CORSRule[] | undefined;
|
|
42
|
+
}
|
|
39
43
|
export interface PutBucketCorsRequest {
|
|
40
44
|
Bucket: string | undefined;
|
|
41
45
|
CORSConfiguration: CORSConfiguration | undefined;
|
|
@@ -55,6 +59,7 @@ export interface PutBucketEncryptionRequest {
|
|
|
55
59
|
export interface PutBucketIntelligentTieringConfigurationRequest {
|
|
56
60
|
Bucket: string | undefined;
|
|
57
61
|
Id: string | undefined;
|
|
62
|
+
ExpectedBucketOwner?: string | undefined;
|
|
58
63
|
IntelligentTieringConfiguration: IntelligentTieringConfiguration | undefined;
|
|
59
64
|
}
|
|
60
65
|
export interface PutBucketInventoryConfigurationRequest {
|
|
@@ -107,6 +112,7 @@ export interface PutBucketOwnershipControlsRequest {
|
|
|
107
112
|
ContentMD5?: string | undefined;
|
|
108
113
|
ExpectedBucketOwner?: string | undefined;
|
|
109
114
|
OwnershipControls: OwnershipControls | undefined;
|
|
115
|
+
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
110
116
|
}
|
|
111
117
|
export interface PutBucketPolicyRequest {
|
|
112
118
|
Bucket: string | undefined;
|
|
@@ -196,8 +202,10 @@ export interface PutObjectOutput {
|
|
|
196
202
|
ETag?: string | undefined;
|
|
197
203
|
ChecksumCRC32?: string | undefined;
|
|
198
204
|
ChecksumCRC32C?: string | undefined;
|
|
205
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
199
206
|
ChecksumSHA1?: string | undefined;
|
|
200
207
|
ChecksumSHA256?: string | undefined;
|
|
208
|
+
ChecksumType?: ChecksumType | undefined;
|
|
201
209
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
202
210
|
VersionId?: string | undefined;
|
|
203
211
|
SSECustomerAlgorithm?: string | undefined;
|
|
@@ -222,6 +230,7 @@ export interface PutObjectRequest {
|
|
|
222
230
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
223
231
|
ChecksumCRC32?: string | undefined;
|
|
224
232
|
ChecksumCRC32C?: string | undefined;
|
|
233
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
225
234
|
ChecksumSHA1?: string | undefined;
|
|
226
235
|
ChecksumSHA256?: string | undefined;
|
|
227
236
|
Expires?: Date | undefined;
|
|
@@ -333,6 +342,28 @@ export interface PutPublicAccessBlockRequest {
|
|
|
333
342
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
334
343
|
ExpectedBucketOwner?: string | undefined;
|
|
335
344
|
}
|
|
345
|
+
export declare class IdempotencyParameterMismatch extends __BaseException {
|
|
346
|
+
readonly name: "IdempotencyParameterMismatch";
|
|
347
|
+
readonly $fault: "client";
|
|
348
|
+
constructor(
|
|
349
|
+
opts: __ExceptionOptionType<IdempotencyParameterMismatch, __BaseException>
|
|
350
|
+
);
|
|
351
|
+
}
|
|
352
|
+
export interface RenameObjectOutput {}
|
|
353
|
+
export interface RenameObjectRequest {
|
|
354
|
+
Bucket: string | undefined;
|
|
355
|
+
Key: string | undefined;
|
|
356
|
+
RenameSource: string | undefined;
|
|
357
|
+
DestinationIfMatch?: string | undefined;
|
|
358
|
+
DestinationIfNoneMatch?: string | undefined;
|
|
359
|
+
DestinationIfModifiedSince?: Date | undefined;
|
|
360
|
+
DestinationIfUnmodifiedSince?: Date | undefined;
|
|
361
|
+
SourceIfMatch?: string | undefined;
|
|
362
|
+
SourceIfNoneMatch?: string | undefined;
|
|
363
|
+
SourceIfModifiedSince?: Date | undefined;
|
|
364
|
+
SourceIfUnmodifiedSince?: Date | undefined;
|
|
365
|
+
ClientToken?: string | undefined;
|
|
366
|
+
}
|
|
336
367
|
export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
337
368
|
readonly name: "ObjectAlreadyInActiveTierError";
|
|
338
369
|
readonly $fault: "client";
|
|
@@ -585,6 +616,7 @@ export interface UploadPartOutput {
|
|
|
585
616
|
ETag?: string | undefined;
|
|
586
617
|
ChecksumCRC32?: string | undefined;
|
|
587
618
|
ChecksumCRC32C?: string | undefined;
|
|
619
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
588
620
|
ChecksumSHA1?: string | undefined;
|
|
589
621
|
ChecksumSHA256?: string | undefined;
|
|
590
622
|
SSECustomerAlgorithm?: string | undefined;
|
|
@@ -601,6 +633,7 @@ export interface UploadPartRequest {
|
|
|
601
633
|
ChecksumAlgorithm?: ChecksumAlgorithm | undefined;
|
|
602
634
|
ChecksumCRC32?: string | undefined;
|
|
603
635
|
ChecksumCRC32C?: string | undefined;
|
|
636
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
604
637
|
ChecksumSHA1?: string | undefined;
|
|
605
638
|
ChecksumSHA256?: string | undefined;
|
|
606
639
|
Key: string | undefined;
|
|
@@ -617,6 +650,7 @@ export interface CopyPartResult {
|
|
|
617
650
|
LastModified?: Date | undefined;
|
|
618
651
|
ChecksumCRC32?: string | undefined;
|
|
619
652
|
ChecksumCRC32C?: string | undefined;
|
|
653
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
620
654
|
ChecksumSHA1?: string | undefined;
|
|
621
655
|
ChecksumSHA256?: string | undefined;
|
|
622
656
|
}
|
|
@@ -668,6 +702,7 @@ export interface WriteGetObjectResponseRequest {
|
|
|
668
702
|
ContentType?: string | undefined;
|
|
669
703
|
ChecksumCRC32?: string | undefined;
|
|
670
704
|
ChecksumCRC32C?: string | undefined;
|
|
705
|
+
ChecksumCRC64NVME?: string | undefined;
|
|
671
706
|
ChecksumSHA1?: string | undefined;
|
|
672
707
|
ChecksumSHA256?: string | undefined;
|
|
673
708
|
DeleteMarker?: boolean | undefined;
|
|
@@ -379,6 +379,10 @@ import {
|
|
|
379
379
|
PutPublicAccessBlockCommandInput,
|
|
380
380
|
PutPublicAccessBlockCommandOutput,
|
|
381
381
|
} from "../commands/PutPublicAccessBlockCommand";
|
|
382
|
+
import {
|
|
383
|
+
RenameObjectCommandInput,
|
|
384
|
+
RenameObjectCommandOutput,
|
|
385
|
+
} from "../commands/RenameObjectCommand";
|
|
382
386
|
import {
|
|
383
387
|
RestoreObjectCommandInput,
|
|
384
388
|
RestoreObjectCommandOutput,
|
|
@@ -771,6 +775,10 @@ export declare const se_PutPublicAccessBlockCommand: (
|
|
|
771
775
|
input: PutPublicAccessBlockCommandInput,
|
|
772
776
|
context: __SerdeContext
|
|
773
777
|
) => Promise<__HttpRequest>;
|
|
778
|
+
export declare const se_RenameObjectCommand: (
|
|
779
|
+
input: RenameObjectCommandInput,
|
|
780
|
+
context: __SerdeContext
|
|
781
|
+
) => Promise<__HttpRequest>;
|
|
774
782
|
export declare const se_RestoreObjectCommand: (
|
|
775
783
|
input: RestoreObjectCommandInput,
|
|
776
784
|
context: __SerdeContext
|
|
@@ -1163,6 +1171,10 @@ export declare const de_PutPublicAccessBlockCommand: (
|
|
|
1163
1171
|
output: __HttpResponse,
|
|
1164
1172
|
context: __SerdeContext
|
|
1165
1173
|
) => Promise<PutPublicAccessBlockCommandOutput>;
|
|
1174
|
+
export declare const de_RenameObjectCommand: (
|
|
1175
|
+
output: __HttpResponse,
|
|
1176
|
+
context: __SerdeContext
|
|
1177
|
+
) => Promise<RenameObjectCommandOutput>;
|
|
1166
1178
|
export declare const de_RestoreObjectCommand: (
|
|
1167
1179
|
output: __HttpResponse,
|
|
1168
1180
|
context: __SerdeContext
|
|
@@ -6,13 +6,13 @@ 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
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
|
-
config?:
|
|
14
|
-
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
15
|
-
| undefined
|
|
15
|
+
config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
16
16
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
17
17
|
eventStreamSerdeProvider: import("@smithy/types").EventStreamSerdeProvider;
|
|
18
18
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
@@ -28,18 +28,20 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
28
28
|
streamHasher:
|
|
29
29
|
| import("@smithy/types").StreamHasher<import("stream").Readable>
|
|
30
30
|
| import("@smithy/types").StreamHasher<Blob>;
|
|
31
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
32
|
-
|
|
31
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
32
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
33
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
34
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
33
35
|
apiVersion: string;
|
|
34
36
|
cacheMiddleware?: boolean | undefined;
|
|
35
37
|
urlParser: import("@smithy/types").UrlParser;
|
|
36
38
|
base64Decoder: import("@smithy/types").Decoder;
|
|
37
|
-
base64Encoder: (_input:
|
|
39
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
38
40
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
39
|
-
utf8Encoder: (input:
|
|
41
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
40
42
|
disableHostPrefix: boolean;
|
|
41
43
|
serviceId: string;
|
|
42
|
-
profile?: string
|
|
44
|
+
profile?: string;
|
|
43
45
|
getAwsChunkedEncodingStream:
|
|
44
46
|
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
45
47
|
| import("@smithy/types").GetAwsChunkedEncodingStream<
|
|
@@ -48,29 +50,30 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
48
50
|
logger: import("@smithy/types").Logger;
|
|
49
51
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
50
52
|
signingEscapePath: boolean;
|
|
51
|
-
useArnRegion:
|
|
53
|
+
useArnRegion:
|
|
54
|
+
| boolean
|
|
55
|
+
| undefined
|
|
56
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
52
57
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
53
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
58
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
54
59
|
userAgentAppId?:
|
|
55
60
|
| string
|
|
56
|
-
|
|
|
57
|
-
| undefined
|
|
61
|
+
| undefined
|
|
62
|
+
| import("@smithy/types").Provider<string | undefined>;
|
|
58
63
|
requestChecksumCalculation?:
|
|
59
64
|
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
60
65
|
| import("@smithy/types").Provider<
|
|
61
66
|
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
62
|
-
|
|
63
|
-
| undefined;
|
|
67
|
+
>;
|
|
64
68
|
responseChecksumValidation?:
|
|
65
69
|
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
66
70
|
| import("@smithy/types").Provider<
|
|
67
71
|
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
68
|
-
|
|
69
|
-
|
|
72
|
+
>;
|
|
73
|
+
requestStreamBufferSize?: number | false;
|
|
70
74
|
retryStrategy?:
|
|
71
75
|
| import("@smithy/types").RetryStrategy
|
|
72
|
-
| import("@smithy/types").RetryStrategyV2
|
|
73
|
-
| undefined;
|
|
76
|
+
| import("@smithy/types").RetryStrategyV2;
|
|
74
77
|
endpoint?:
|
|
75
78
|
| ((
|
|
76
79
|
| string
|
|
@@ -91,55 +94,55 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
91
94
|
endpointProvider: (
|
|
92
95
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
93
96
|
context?: {
|
|
94
|
-
logger?: import("@smithy/types").Logger
|
|
97
|
+
logger?: import("@smithy/types").Logger;
|
|
95
98
|
}
|
|
96
99
|
) => import("@smithy/types").EndpointV2;
|
|
97
|
-
tls?: boolean
|
|
98
|
-
serviceConfiguredEndpoint?:
|
|
100
|
+
tls?: boolean;
|
|
101
|
+
serviceConfiguredEndpoint?: never;
|
|
102
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
99
103
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
100
104
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
101
105
|
credentials?:
|
|
102
106
|
| import("@smithy/types").AwsCredentialIdentity
|
|
103
|
-
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
104
|
-
| undefined;
|
|
107
|
+
| import("@smithy/types").AwsCredentialIdentityProvider;
|
|
105
108
|
signer?:
|
|
106
109
|
| import("@smithy/types").RequestSigner
|
|
107
110
|
| ((
|
|
108
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
109
|
-
) => Promise<import("@smithy/types").RequestSigner>)
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
signingRegion?: string | undefined;
|
|
111
|
+
authScheme?: import("@smithy/types").AuthScheme
|
|
112
|
+
) => Promise<import("@smithy/types").RequestSigner>);
|
|
113
|
+
systemClockOffset?: number;
|
|
114
|
+
signingRegion?: string;
|
|
113
115
|
signerConstructor:
|
|
116
|
+
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
|
|
114
117
|
| (new (
|
|
115
118
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
116
119
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
117
|
-
) => import("@smithy/types").RequestSigner)
|
|
118
|
-
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
120
|
+
) => import("@smithy/types").RequestSigner);
|
|
119
121
|
sigv4aSigningRegionSet?:
|
|
120
122
|
| string[]
|
|
121
|
-
|
|
|
122
|
-
| undefined
|
|
123
|
+
| undefined
|
|
124
|
+
| import("@smithy/types").Provider<string[] | undefined>;
|
|
123
125
|
forcePathStyle?:
|
|
124
|
-
| (boolean &
|
|
126
|
+
| (boolean &
|
|
127
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
125
128
|
| undefined;
|
|
126
129
|
useAccelerateEndpoint?:
|
|
127
|
-
| (boolean &
|
|
130
|
+
| (boolean &
|
|
131
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
128
132
|
| undefined;
|
|
129
133
|
disableMultiregionAccessPoints?:
|
|
130
|
-
| (boolean &
|
|
134
|
+
| (boolean &
|
|
135
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
131
136
|
| undefined;
|
|
132
|
-
followRegionRedirects?: boolean
|
|
133
|
-
s3ExpressIdentityProvider?:
|
|
134
|
-
|
|
135
|
-
| undefined;
|
|
136
|
-
bucketEndpoint?: boolean | undefined;
|
|
137
|
+
followRegionRedirects?: boolean;
|
|
138
|
+
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
139
|
+
bucketEndpoint?: boolean;
|
|
137
140
|
useGlobalEndpoint?:
|
|
138
141
|
| boolean
|
|
139
|
-
|
|
|
140
|
-
| undefined
|
|
142
|
+
| undefined
|
|
143
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
141
144
|
disableS3ExpressSessionAuth?:
|
|
142
145
|
| boolean
|
|
143
|
-
|
|
|
144
|
-
| undefined
|
|
146
|
+
| undefined
|
|
147
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
145
148
|
};
|
|
@@ -6,22 +6,21 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
6
6
|
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
7
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
8
8
|
>;
|
|
9
|
+
authSchemePreference: string[] | import("@aws-sdk/types").Provider<string[]>;
|
|
9
10
|
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider:
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@aws-sdk/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
15
|
+
) => import("@aws-sdk/types").MemoizedProvider<
|
|
16
|
+
import("@aws-sdk/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
17
18
|
defaultUserAgentProvider: (
|
|
18
|
-
config?:
|
|
19
|
-
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
20
|
-
| undefined
|
|
19
|
+
config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
21
20
|
) => Promise<import("@aws-sdk/types").UserAgent>;
|
|
22
21
|
disableS3ExpressSessionAuth:
|
|
23
22
|
| boolean
|
|
24
|
-
| import("@aws-sdk/types").Provider<boolean>;
|
|
23
|
+
| import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
25
24
|
eventStreamSerdeProvider: import("@aws-sdk/types").EventStreamSerdeProvider;
|
|
26
25
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
27
26
|
md5: __HashConstructor;
|
|
@@ -49,7 +48,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
49
48
|
streamHasher:
|
|
50
49
|
| import("@aws-sdk/types").StreamHasher<import("stream").Readable>
|
|
51
50
|
| import("@aws-sdk/types").StreamHasher<Blob>;
|
|
52
|
-
useArnRegion:
|
|
51
|
+
useArnRegion:
|
|
52
|
+
| boolean
|
|
53
|
+
| import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
53
54
|
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
54
55
|
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
55
56
|
userAgentAppId:
|
|
@@ -59,12 +60,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
59
60
|
cacheMiddleware?: boolean | undefined;
|
|
60
61
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
61
62
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
62
|
-
base64Encoder: (_input:
|
|
63
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
63
64
|
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
64
|
-
utf8Encoder: (input:
|
|
65
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
65
66
|
disableHostPrefix: boolean;
|
|
66
67
|
serviceId: string;
|
|
67
|
-
profile?: string
|
|
68
|
+
profile?: string;
|
|
68
69
|
getAwsChunkedEncodingStream:
|
|
69
70
|
| import("@aws-sdk/types").GetAwsChunkedEncodingStream<any>
|
|
70
71
|
| import("@aws-sdk/types").GetAwsChunkedEncodingStream<
|
|
@@ -74,11 +75,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
74
75
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
75
76
|
signingEscapePath: boolean;
|
|
76
77
|
sdkStreamMixin: import("@aws-sdk/types").SdkStreamMixinInjector;
|
|
77
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent
|
|
78
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent;
|
|
79
|
+
requestStreamBufferSize?: number | false;
|
|
78
80
|
retryStrategy?:
|
|
79
81
|
| import("@aws-sdk/types").RetryStrategy
|
|
80
|
-
| import("@aws-sdk/types").RetryStrategyV2
|
|
81
|
-
| undefined;
|
|
82
|
+
| import("@aws-sdk/types").RetryStrategyV2;
|
|
82
83
|
endpoint?:
|
|
83
84
|
| ((
|
|
84
85
|
| string
|
|
@@ -101,47 +102,46 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
101
102
|
endpointProvider: (
|
|
102
103
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
103
104
|
context?: {
|
|
104
|
-
logger?: import("@aws-sdk/types").Logger
|
|
105
|
+
logger?: import("@aws-sdk/types").Logger;
|
|
105
106
|
}
|
|
106
107
|
) => import("@aws-sdk/types").EndpointV2;
|
|
107
|
-
tls?: boolean
|
|
108
|
-
serviceConfiguredEndpoint?:
|
|
108
|
+
tls?: boolean;
|
|
109
|
+
serviceConfiguredEndpoint?: never;
|
|
109
110
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
110
111
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
111
112
|
credentials?:
|
|
112
113
|
| import("@aws-sdk/types").AwsCredentialIdentity
|
|
113
|
-
| import("@aws-sdk/types").AwsCredentialIdentityProvider
|
|
114
|
-
| undefined;
|
|
114
|
+
| import("@aws-sdk/types").AwsCredentialIdentityProvider;
|
|
115
115
|
signer?:
|
|
116
116
|
| import("@aws-sdk/types").RequestSigner
|
|
117
117
|
| ((
|
|
118
|
-
authScheme?: import("@aws-sdk/types").AuthScheme
|
|
119
|
-
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
signingRegion?: string | undefined;
|
|
118
|
+
authScheme?: import("@aws-sdk/types").AuthScheme
|
|
119
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>);
|
|
120
|
+
systemClockOffset?: number;
|
|
121
|
+
signingRegion?: string;
|
|
123
122
|
signerConstructor:
|
|
123
|
+
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
|
|
124
124
|
| (new (
|
|
125
125
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
126
126
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
127
|
-
) => import("@aws-sdk/types").RequestSigner)
|
|
128
|
-
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
127
|
+
) => import("@aws-sdk/types").RequestSigner);
|
|
129
128
|
forcePathStyle?:
|
|
130
|
-
| (boolean &
|
|
129
|
+
| (boolean &
|
|
130
|
+
(boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
|
|
131
131
|
| undefined;
|
|
132
132
|
useAccelerateEndpoint?:
|
|
133
|
-
| (boolean &
|
|
133
|
+
| (boolean &
|
|
134
|
+
(boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
|
|
134
135
|
| undefined;
|
|
135
136
|
disableMultiregionAccessPoints?:
|
|
136
|
-
| (boolean &
|
|
137
|
+
| (boolean &
|
|
138
|
+
(boolean | import("@aws-sdk/types").Provider<boolean | undefined>))
|
|
137
139
|
| undefined;
|
|
138
|
-
followRegionRedirects?: boolean
|
|
139
|
-
s3ExpressIdentityProvider?:
|
|
140
|
-
|
|
141
|
-
| undefined;
|
|
142
|
-
bucketEndpoint?: boolean | undefined;
|
|
140
|
+
followRegionRedirects?: boolean;
|
|
141
|
+
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
142
|
+
bucketEndpoint?: boolean;
|
|
143
143
|
useGlobalEndpoint?:
|
|
144
144
|
| boolean
|
|
145
|
-
|
|
|
146
|
-
| undefined
|
|
145
|
+
| undefined
|
|
146
|
+
| import("@aws-sdk/types").Provider<boolean | undefined>;
|
|
147
147
|
};
|
|
@@ -9,24 +9,24 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
11
|
apiVersion: string;
|
|
12
|
-
cacheMiddleware?: boolean
|
|
12
|
+
cacheMiddleware?: boolean;
|
|
13
13
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
14
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
15
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
16
16
|
base64Decoder: import("@smithy/types").Decoder;
|
|
17
|
-
base64Encoder: (_input:
|
|
17
|
+
base64Encoder: (_input: Uint8Array | string) => string;
|
|
18
18
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
19
|
-
utf8Encoder: (input:
|
|
19
|
+
utf8Encoder: (input: Uint8Array | string) => string;
|
|
20
20
|
disableHostPrefix: boolean;
|
|
21
21
|
serviceId: string;
|
|
22
|
-
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean
|
|
23
|
-
|
|
22
|
+
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
23
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
|
+
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
25
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
24
26
|
region: string | import("@smithy/types").Provider<any>;
|
|
25
|
-
profile?: string
|
|
27
|
+
profile?: string;
|
|
26
28
|
defaultUserAgentProvider: (
|
|
27
|
-
config?:
|
|
28
|
-
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
|
-
| undefined
|
|
29
|
+
config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
31
|
streamHasher:
|
|
32
32
|
| import("@smithy/types").StreamHasher<import("stream").Readable>
|
|
@@ -38,9 +38,11 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
38
38
|
| import("@smithy/types").GetAwsChunkedEncodingStream<
|
|
39
39
|
import("stream").Readable
|
|
40
40
|
>;
|
|
41
|
-
credentialDefaultProvider:
|
|
42
|
-
input: any
|
|
43
|
-
|
|
41
|
+
credentialDefaultProvider:
|
|
42
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
43
|
+
| ((
|
|
44
|
+
_: unknown
|
|
45
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
44
46
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
45
47
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
46
48
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,82 +54,99 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
52
54
|
import("@smithy/smithy-client").DefaultsMode
|
|
53
55
|
>;
|
|
54
56
|
signingEscapePath: boolean;
|
|
55
|
-
useArnRegion:
|
|
57
|
+
useArnRegion:
|
|
58
|
+
| boolean
|
|
59
|
+
| undefined
|
|
60
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
56
61
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
57
|
-
customUserAgent?: string | import("@smithy/types").UserAgent
|
|
62
|
+
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
58
63
|
userAgentAppId?:
|
|
59
64
|
| string
|
|
60
|
-
|
|
|
61
|
-
| undefined
|
|
65
|
+
| undefined
|
|
66
|
+
| import("@smithy/types").Provider<string | undefined>;
|
|
62
67
|
requestChecksumCalculation?:
|
|
63
68
|
| import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
64
69
|
| import("@smithy/types").Provider<
|
|
65
70
|
import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation
|
|
66
|
-
|
|
67
|
-
| undefined;
|
|
71
|
+
>;
|
|
68
72
|
responseChecksumValidation?:
|
|
69
73
|
| import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
70
74
|
| import("@smithy/types").Provider<
|
|
71
75
|
import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation
|
|
72
|
-
|
|
73
|
-
|
|
76
|
+
>;
|
|
77
|
+
requestStreamBufferSize?: number | false;
|
|
74
78
|
retryStrategy?:
|
|
75
79
|
| import("@smithy/types").RetryStrategy
|
|
76
|
-
| import("@smithy/types").RetryStrategyV2
|
|
77
|
-
| undefined;
|
|
80
|
+
| import("@smithy/types").RetryStrategyV2;
|
|
78
81
|
endpoint?:
|
|
79
|
-
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
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
|
+
))
|
|
84
97
|
| undefined;
|
|
85
98
|
endpointProvider: (
|
|
86
99
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
|
87
100
|
context?: {
|
|
88
|
-
logger?: import("@smithy/types").Logger
|
|
101
|
+
logger?: import("@smithy/types").Logger;
|
|
89
102
|
}
|
|
90
103
|
) => import("@smithy/types").EndpointV2;
|
|
91
|
-
tls?: boolean
|
|
92
|
-
serviceConfiguredEndpoint?:
|
|
104
|
+
tls?: boolean;
|
|
105
|
+
serviceConfiguredEndpoint?: never;
|
|
106
|
+
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]>;
|
|
93
107
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
94
108
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3HttpAuthSchemeProvider;
|
|
95
109
|
credentials?:
|
|
96
110
|
| import("@smithy/types").AwsCredentialIdentity
|
|
97
|
-
| import("@smithy/types").AwsCredentialIdentityProvider
|
|
98
|
-
| undefined;
|
|
111
|
+
| import("@smithy/types").AwsCredentialIdentityProvider;
|
|
99
112
|
signer?:
|
|
100
113
|
| import("@smithy/types").RequestSigner
|
|
101
114
|
| ((
|
|
102
|
-
authScheme?: import("@smithy/types").AuthScheme
|
|
103
|
-
) => Promise<import("@smithy/types").RequestSigner>)
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
signingRegion?: string | undefined;
|
|
115
|
+
authScheme?: import("@smithy/types").AuthScheme
|
|
116
|
+
) => Promise<import("@smithy/types").RequestSigner>);
|
|
117
|
+
systemClockOffset?: number;
|
|
118
|
+
signingRegion?: string;
|
|
107
119
|
signerConstructor:
|
|
120
|
+
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion
|
|
108
121
|
| (new (
|
|
109
122
|
options: import("@smithy/signature-v4").SignatureV4Init &
|
|
110
123
|
import("@smithy/signature-v4").SignatureV4CryptoInit
|
|
111
|
-
) => import("@smithy/types").RequestSigner)
|
|
112
|
-
| typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
|
|
124
|
+
) => import("@smithy/types").RequestSigner);
|
|
113
125
|
sigv4aSigningRegionSet?:
|
|
114
126
|
| string[]
|
|
115
|
-
|
|
|
127
|
+
| undefined
|
|
128
|
+
| import("@smithy/types").Provider<string[] | undefined>;
|
|
129
|
+
forcePathStyle?:
|
|
130
|
+
| (boolean &
|
|
131
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
116
132
|
| undefined;
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
followRegionRedirects?: boolean | undefined;
|
|
121
|
-
s3ExpressIdentityProvider?:
|
|
122
|
-
| import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
|
|
133
|
+
useAccelerateEndpoint?:
|
|
134
|
+
| (boolean &
|
|
135
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
123
136
|
| undefined;
|
|
124
|
-
|
|
137
|
+
disableMultiregionAccessPoints?:
|
|
138
|
+
| (boolean &
|
|
139
|
+
(boolean | import("@smithy/types").Provider<boolean | undefined>))
|
|
140
|
+
| undefined;
|
|
141
|
+
followRegionRedirects?: boolean;
|
|
142
|
+
s3ExpressIdentityProvider?: import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider;
|
|
143
|
+
bucketEndpoint?: boolean;
|
|
125
144
|
useGlobalEndpoint?:
|
|
126
145
|
| boolean
|
|
127
|
-
|
|
|
128
|
-
| undefined
|
|
146
|
+
| undefined
|
|
147
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
129
148
|
disableS3ExpressSessionAuth?:
|
|
130
149
|
| boolean
|
|
131
|
-
|
|
|
132
|
-
| undefined
|
|
150
|
+
| undefined
|
|
151
|
+
| import("@smithy/types").Provider<boolean | undefined>;
|
|
133
152
|
};
|