@nocobase/plugin-file-manager 0.17.0-alpha.7 → 0.18.0-alpha.2
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 +11 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +10 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +59 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +58 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +10 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
- 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/extensionConfiguration.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +50 -32
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +18 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +29 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +226 -97
- 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 +5 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +20 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +22 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +11 -6
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +55 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +54 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +8 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +9 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +6 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
- 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/extensionConfiguration.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +1 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +45 -27
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +15 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +25 -0
- 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 +218 -93
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +2 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +5 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +20 -17
- package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +18 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +14 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +14 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +37 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +98 -62
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +108 -164
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +116 -69
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +146 -222
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +145 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +35 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +48 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +83 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +109 -34
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +7 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +7 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +10 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +54 -23
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +113 -73
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +127 -136
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +23 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +8 -4
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +53 -19
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +95 -80
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +98 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +117 -49
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +52 -10
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +47 -14
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +46 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +8 -9
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -5
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +23 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +33 -26
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +22 -11
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +54 -18
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +29 -20
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +23 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -8
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +6 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +46 -40
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +150 -119
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +7 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +5 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +24 -58
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +4 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +99 -94
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +51 -42
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +104 -71
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +108 -99
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +9 -12
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +8 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +8 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +3714 -1386
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +1639 -111
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
- 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 +18 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +9 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +45 -37
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +9 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +34 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +17 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +5 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +8 -3
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +4 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +42 -0
- 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 +6 -8
- 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/UploadPartCommand.d.ts +5 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +7 -7
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +4 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +235 -303
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +201 -41
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
- 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 +24 -0
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +18 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +72 -54
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +18 -2
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -1
- package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -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 -106
- package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
- package/dist/node_modules/multer-cos/index.js +4 -4
- package/dist/node_modules/multer-cos/package.json +1 -1
- package/dist/node_modules/multer-s3/index.js +4 -4
- package/dist/node_modules/multer-s3/package.json +1 -1
- package/dist/server/migrations/20231120142523-fix-storage.js +1 -0
- package/package.json +2 -2
- package/dist/node_modules/multer-aliyun-oss/bridge.js +0 -1010
- package/dist/node_modules/multer-aliyun-oss/events.js +0 -977
- package/dist/node_modules/multer-aliyun-oss/setup-node-sandbox.js +0 -461
- package/dist/node_modules/multer-aliyun-oss/setup-sandbox.js +0 -545
|
@@ -1,46 +1,200 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import {
|
|
2
|
+
import { StreamingBlobTypes } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
|
+
AccessControlPolicy,
|
|
5
|
+
BucketVersioningStatus,
|
|
4
6
|
ChecksumAlgorithm,
|
|
7
|
+
ErrorDocument,
|
|
5
8
|
Grant,
|
|
9
|
+
IndexDocument,
|
|
6
10
|
ObjectCannedACL,
|
|
7
11
|
ObjectLockConfiguration,
|
|
12
|
+
ObjectLockLegalHold,
|
|
8
13
|
ObjectLockLegalHoldStatus,
|
|
9
14
|
ObjectLockMode,
|
|
10
15
|
ObjectLockRetention,
|
|
16
|
+
Payer,
|
|
11
17
|
PublicAccessBlockConfiguration,
|
|
18
|
+
RedirectAllRequestsTo,
|
|
19
|
+
ReplicationConfiguration,
|
|
12
20
|
ReplicationStatus,
|
|
13
21
|
RequestCharged,
|
|
14
22
|
RequestPayer,
|
|
23
|
+
RoutingRule,
|
|
15
24
|
ServerSideEncryption,
|
|
16
25
|
StorageClass,
|
|
17
|
-
|
|
26
|
+
Tag,
|
|
18
27
|
} from "./models_0";
|
|
19
28
|
import { S3ServiceException as __BaseException } from "./S3ServiceException";
|
|
29
|
+
export interface PutBucketReplicationRequest {
|
|
30
|
+
Bucket: string | undefined;
|
|
31
|
+
ContentMD5?: string;
|
|
32
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
33
|
+
ReplicationConfiguration: ReplicationConfiguration | undefined;
|
|
34
|
+
Token?: string;
|
|
35
|
+
ExpectedBucketOwner?: string;
|
|
36
|
+
}
|
|
37
|
+
export interface RequestPaymentConfiguration {
|
|
38
|
+
Payer: Payer | undefined;
|
|
39
|
+
}
|
|
40
|
+
export interface PutBucketRequestPaymentRequest {
|
|
41
|
+
Bucket: string | undefined;
|
|
42
|
+
ContentMD5?: string;
|
|
43
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
44
|
+
RequestPaymentConfiguration: RequestPaymentConfiguration | undefined;
|
|
45
|
+
ExpectedBucketOwner?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface Tagging {
|
|
48
|
+
TagSet: Tag[] | undefined;
|
|
49
|
+
}
|
|
50
|
+
export interface PutBucketTaggingRequest {
|
|
51
|
+
Bucket: string | undefined;
|
|
52
|
+
ContentMD5?: string;
|
|
53
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
54
|
+
Tagging: Tagging | undefined;
|
|
55
|
+
ExpectedBucketOwner?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare const MFADelete: {
|
|
58
|
+
readonly Disabled: "Disabled";
|
|
59
|
+
readonly Enabled: "Enabled";
|
|
60
|
+
};
|
|
61
|
+
export type MFADelete = (typeof MFADelete)[keyof typeof MFADelete];
|
|
62
|
+
export interface VersioningConfiguration {
|
|
63
|
+
MFADelete?: MFADelete;
|
|
64
|
+
Status?: BucketVersioningStatus;
|
|
65
|
+
}
|
|
66
|
+
export interface PutBucketVersioningRequest {
|
|
67
|
+
Bucket: string | undefined;
|
|
68
|
+
ContentMD5?: string;
|
|
69
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
70
|
+
MFA?: string;
|
|
71
|
+
VersioningConfiguration: VersioningConfiguration | undefined;
|
|
72
|
+
ExpectedBucketOwner?: string;
|
|
73
|
+
}
|
|
74
|
+
export interface WebsiteConfiguration {
|
|
75
|
+
ErrorDocument?: ErrorDocument;
|
|
76
|
+
IndexDocument?: IndexDocument;
|
|
77
|
+
RedirectAllRequestsTo?: RedirectAllRequestsTo;
|
|
78
|
+
RoutingRules?: RoutingRule[];
|
|
79
|
+
}
|
|
80
|
+
export interface PutBucketWebsiteRequest {
|
|
81
|
+
Bucket: string | undefined;
|
|
82
|
+
ContentMD5?: string;
|
|
83
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
84
|
+
WebsiteConfiguration: WebsiteConfiguration | undefined;
|
|
85
|
+
ExpectedBucketOwner?: string;
|
|
86
|
+
}
|
|
87
|
+
export interface PutObjectOutput {
|
|
88
|
+
Expiration?: string;
|
|
89
|
+
ETag?: string;
|
|
90
|
+
ChecksumCRC32?: string;
|
|
91
|
+
ChecksumCRC32C?: string;
|
|
92
|
+
ChecksumSHA1?: string;
|
|
93
|
+
ChecksumSHA256?: string;
|
|
94
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
95
|
+
VersionId?: string;
|
|
96
|
+
SSECustomerAlgorithm?: string;
|
|
97
|
+
SSECustomerKeyMD5?: string;
|
|
98
|
+
SSEKMSKeyId?: string;
|
|
99
|
+
SSEKMSEncryptionContext?: string;
|
|
100
|
+
BucketKeyEnabled?: boolean;
|
|
101
|
+
RequestCharged?: RequestCharged;
|
|
102
|
+
}
|
|
103
|
+
export interface PutObjectRequest {
|
|
104
|
+
ACL?: ObjectCannedACL;
|
|
105
|
+
Body?: StreamingBlobTypes;
|
|
106
|
+
Bucket: string | undefined;
|
|
107
|
+
CacheControl?: string;
|
|
108
|
+
ContentDisposition?: string;
|
|
109
|
+
ContentEncoding?: string;
|
|
110
|
+
ContentLanguage?: string;
|
|
111
|
+
ContentLength?: number;
|
|
112
|
+
ContentMD5?: string;
|
|
113
|
+
ContentType?: string;
|
|
114
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
115
|
+
ChecksumCRC32?: string;
|
|
116
|
+
ChecksumCRC32C?: string;
|
|
117
|
+
ChecksumSHA1?: string;
|
|
118
|
+
ChecksumSHA256?: string;
|
|
119
|
+
Expires?: Date;
|
|
120
|
+
GrantFullControl?: string;
|
|
121
|
+
GrantRead?: string;
|
|
122
|
+
GrantReadACP?: string;
|
|
123
|
+
GrantWriteACP?: string;
|
|
124
|
+
Key: string | undefined;
|
|
125
|
+
Metadata?: Record<string, string>;
|
|
126
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
127
|
+
StorageClass?: StorageClass;
|
|
128
|
+
WebsiteRedirectLocation?: string;
|
|
129
|
+
SSECustomerAlgorithm?: string;
|
|
130
|
+
SSECustomerKey?: string;
|
|
131
|
+
SSECustomerKeyMD5?: string;
|
|
132
|
+
SSEKMSKeyId?: string;
|
|
133
|
+
SSEKMSEncryptionContext?: string;
|
|
134
|
+
BucketKeyEnabled?: boolean;
|
|
135
|
+
RequestPayer?: RequestPayer;
|
|
136
|
+
Tagging?: string;
|
|
137
|
+
ObjectLockMode?: ObjectLockMode;
|
|
138
|
+
ObjectLockRetainUntilDate?: Date;
|
|
139
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
140
|
+
ExpectedBucketOwner?: string;
|
|
141
|
+
}
|
|
142
|
+
export interface PutObjectAclOutput {
|
|
143
|
+
RequestCharged?: RequestCharged;
|
|
144
|
+
}
|
|
145
|
+
export interface PutObjectAclRequest {
|
|
146
|
+
ACL?: ObjectCannedACL;
|
|
147
|
+
AccessControlPolicy?: AccessControlPolicy;
|
|
148
|
+
Bucket: string | undefined;
|
|
149
|
+
ContentMD5?: string;
|
|
150
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
151
|
+
GrantFullControl?: string;
|
|
152
|
+
GrantRead?: string;
|
|
153
|
+
GrantReadACP?: string;
|
|
154
|
+
GrantWrite?: string;
|
|
155
|
+
GrantWriteACP?: string;
|
|
156
|
+
Key: string | undefined;
|
|
157
|
+
RequestPayer?: RequestPayer;
|
|
158
|
+
VersionId?: string;
|
|
159
|
+
ExpectedBucketOwner?: string;
|
|
160
|
+
}
|
|
161
|
+
export interface PutObjectLegalHoldOutput {
|
|
162
|
+
RequestCharged?: RequestCharged;
|
|
163
|
+
}
|
|
164
|
+
export interface PutObjectLegalHoldRequest {
|
|
165
|
+
Bucket: string | undefined;
|
|
166
|
+
Key: string | undefined;
|
|
167
|
+
LegalHold?: ObjectLockLegalHold;
|
|
168
|
+
RequestPayer?: RequestPayer;
|
|
169
|
+
VersionId?: string;
|
|
170
|
+
ContentMD5?: string;
|
|
171
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
172
|
+
ExpectedBucketOwner?: string;
|
|
173
|
+
}
|
|
20
174
|
export interface PutObjectLockConfigurationOutput {
|
|
21
|
-
RequestCharged?: RequestCharged
|
|
175
|
+
RequestCharged?: RequestCharged;
|
|
22
176
|
}
|
|
23
177
|
export interface PutObjectLockConfigurationRequest {
|
|
24
178
|
Bucket: string | undefined;
|
|
25
179
|
ObjectLockConfiguration?: ObjectLockConfiguration;
|
|
26
|
-
RequestPayer?: RequestPayer
|
|
180
|
+
RequestPayer?: RequestPayer;
|
|
27
181
|
Token?: string;
|
|
28
182
|
ContentMD5?: string;
|
|
29
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
183
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
30
184
|
ExpectedBucketOwner?: string;
|
|
31
185
|
}
|
|
32
186
|
export interface PutObjectRetentionOutput {
|
|
33
|
-
RequestCharged?: RequestCharged
|
|
187
|
+
RequestCharged?: RequestCharged;
|
|
34
188
|
}
|
|
35
189
|
export interface PutObjectRetentionRequest {
|
|
36
190
|
Bucket: string | undefined;
|
|
37
191
|
Key: string | undefined;
|
|
38
192
|
Retention?: ObjectLockRetention;
|
|
39
|
-
RequestPayer?: RequestPayer
|
|
193
|
+
RequestPayer?: RequestPayer;
|
|
40
194
|
VersionId?: string;
|
|
41
195
|
BypassGovernanceRetention?: boolean;
|
|
42
196
|
ContentMD5?: string;
|
|
43
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
197
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
44
198
|
ExpectedBucketOwner?: string;
|
|
45
199
|
}
|
|
46
200
|
export interface PutObjectTaggingOutput {
|
|
@@ -51,15 +205,15 @@ export interface PutObjectTaggingRequest {
|
|
|
51
205
|
Key: string | undefined;
|
|
52
206
|
VersionId?: string;
|
|
53
207
|
ContentMD5?: string;
|
|
54
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
208
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
55
209
|
Tagging: Tagging | undefined;
|
|
56
210
|
ExpectedBucketOwner?: string;
|
|
57
|
-
RequestPayer?: RequestPayer
|
|
211
|
+
RequestPayer?: RequestPayer;
|
|
58
212
|
}
|
|
59
213
|
export interface PutPublicAccessBlockRequest {
|
|
60
214
|
Bucket: string | undefined;
|
|
61
215
|
ContentMD5?: string;
|
|
62
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
216
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
63
217
|
PublicAccessBlockConfiguration: PublicAccessBlockConfiguration | undefined;
|
|
64
218
|
ExpectedBucketOwner?: string;
|
|
65
219
|
}
|
|
@@ -71,7 +225,7 @@ export declare class ObjectAlreadyInActiveTierError extends __BaseException {
|
|
|
71
225
|
);
|
|
72
226
|
}
|
|
73
227
|
export interface RestoreObjectOutput {
|
|
74
|
-
RequestCharged?: RequestCharged
|
|
228
|
+
RequestCharged?: RequestCharged;
|
|
75
229
|
RestoreOutputPath?: string;
|
|
76
230
|
}
|
|
77
231
|
export declare const Tier: {
|
|
@@ -81,10 +235,10 @@ export declare const Tier: {
|
|
|
81
235
|
};
|
|
82
236
|
export type Tier = (typeof Tier)[keyof typeof Tier];
|
|
83
237
|
export interface GlacierJobParameters {
|
|
84
|
-
Tier: Tier |
|
|
238
|
+
Tier: Tier | undefined;
|
|
85
239
|
}
|
|
86
240
|
export interface Encryption {
|
|
87
|
-
EncryptionType: ServerSideEncryption |
|
|
241
|
+
EncryptionType: ServerSideEncryption | undefined;
|
|
88
242
|
KMSKeyId?: string;
|
|
89
243
|
KMSContext?: string;
|
|
90
244
|
}
|
|
@@ -96,11 +250,11 @@ export interface S3Location {
|
|
|
96
250
|
BucketName: string | undefined;
|
|
97
251
|
Prefix: string | undefined;
|
|
98
252
|
Encryption?: Encryption;
|
|
99
|
-
CannedACL?: ObjectCannedACL
|
|
253
|
+
CannedACL?: ObjectCannedACL;
|
|
100
254
|
AccessControlList?: Grant[];
|
|
101
255
|
Tagging?: Tagging;
|
|
102
256
|
UserMetadata?: MetadataEntry[];
|
|
103
|
-
StorageClass?: StorageClass
|
|
257
|
+
StorageClass?: StorageClass;
|
|
104
258
|
}
|
|
105
259
|
export interface OutputLocation {
|
|
106
260
|
S3?: S3Location;
|
|
@@ -125,7 +279,7 @@ export declare const FileHeaderInfo: {
|
|
|
125
279
|
export type FileHeaderInfo =
|
|
126
280
|
(typeof FileHeaderInfo)[keyof typeof FileHeaderInfo];
|
|
127
281
|
export interface CSVInput {
|
|
128
|
-
FileHeaderInfo?: FileHeaderInfo
|
|
282
|
+
FileHeaderInfo?: FileHeaderInfo;
|
|
129
283
|
Comments?: string;
|
|
130
284
|
QuoteEscapeCharacter?: string;
|
|
131
285
|
RecordDelimiter?: string;
|
|
@@ -139,12 +293,12 @@ export declare const JSONType: {
|
|
|
139
293
|
};
|
|
140
294
|
export type JSONType = (typeof JSONType)[keyof typeof JSONType];
|
|
141
295
|
export interface JSONInput {
|
|
142
|
-
Type?: JSONType
|
|
296
|
+
Type?: JSONType;
|
|
143
297
|
}
|
|
144
298
|
export interface ParquetInput {}
|
|
145
299
|
export interface InputSerialization {
|
|
146
300
|
CSV?: CSVInput;
|
|
147
|
-
CompressionType?: CompressionType
|
|
301
|
+
CompressionType?: CompressionType;
|
|
148
302
|
JSON?: JSONInput;
|
|
149
303
|
Parquet?: ParquetInput;
|
|
150
304
|
}
|
|
@@ -154,7 +308,7 @@ export declare const QuoteFields: {
|
|
|
154
308
|
};
|
|
155
309
|
export type QuoteFields = (typeof QuoteFields)[keyof typeof QuoteFields];
|
|
156
310
|
export interface CSVOutput {
|
|
157
|
-
QuoteFields?: QuoteFields
|
|
311
|
+
QuoteFields?: QuoteFields;
|
|
158
312
|
QuoteEscapeCharacter?: string;
|
|
159
313
|
RecordDelimiter?: string;
|
|
160
314
|
FieldDelimiter?: string;
|
|
@@ -169,7 +323,7 @@ export interface OutputSerialization {
|
|
|
169
323
|
}
|
|
170
324
|
export interface SelectParameters {
|
|
171
325
|
InputSerialization: InputSerialization | undefined;
|
|
172
|
-
ExpressionType: ExpressionType |
|
|
326
|
+
ExpressionType: ExpressionType | undefined;
|
|
173
327
|
Expression: string | undefined;
|
|
174
328
|
OutputSerialization: OutputSerialization | undefined;
|
|
175
329
|
}
|
|
@@ -181,8 +335,8 @@ export type RestoreRequestType =
|
|
|
181
335
|
export interface RestoreRequest {
|
|
182
336
|
Days?: number;
|
|
183
337
|
GlacierJobParameters?: GlacierJobParameters;
|
|
184
|
-
Type?: RestoreRequestType
|
|
185
|
-
Tier?: Tier
|
|
338
|
+
Type?: RestoreRequestType;
|
|
339
|
+
Tier?: Tier;
|
|
186
340
|
Description?: string;
|
|
187
341
|
SelectParameters?: SelectParameters;
|
|
188
342
|
OutputLocation?: OutputLocation;
|
|
@@ -192,8 +346,8 @@ export interface RestoreObjectRequest {
|
|
|
192
346
|
Key: string | undefined;
|
|
193
347
|
VersionId?: string;
|
|
194
348
|
RestoreRequest?: RestoreRequest;
|
|
195
|
-
RequestPayer?: RequestPayer
|
|
196
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
349
|
+
RequestPayer?: RequestPayer;
|
|
350
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
197
351
|
ExpectedBucketOwner?: string;
|
|
198
352
|
}
|
|
199
353
|
export interface ContinuationEvent {}
|
|
@@ -303,7 +457,7 @@ export interface SelectObjectContentRequest {
|
|
|
303
457
|
SSECustomerKey?: string;
|
|
304
458
|
SSECustomerKeyMD5?: string;
|
|
305
459
|
Expression: string | undefined;
|
|
306
|
-
ExpressionType: ExpressionType |
|
|
460
|
+
ExpressionType: ExpressionType | undefined;
|
|
307
461
|
RequestProgress?: RequestProgress;
|
|
308
462
|
InputSerialization: InputSerialization | undefined;
|
|
309
463
|
OutputSerialization: OutputSerialization | undefined;
|
|
@@ -311,7 +465,7 @@ export interface SelectObjectContentRequest {
|
|
|
311
465
|
ExpectedBucketOwner?: string;
|
|
312
466
|
}
|
|
313
467
|
export interface UploadPartOutput {
|
|
314
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
468
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
315
469
|
ETag?: string;
|
|
316
470
|
ChecksumCRC32?: string;
|
|
317
471
|
ChecksumCRC32C?: string;
|
|
@@ -321,14 +475,14 @@ export interface UploadPartOutput {
|
|
|
321
475
|
SSECustomerKeyMD5?: string;
|
|
322
476
|
SSEKMSKeyId?: string;
|
|
323
477
|
BucketKeyEnabled?: boolean;
|
|
324
|
-
RequestCharged?: RequestCharged
|
|
478
|
+
RequestCharged?: RequestCharged;
|
|
325
479
|
}
|
|
326
480
|
export interface UploadPartRequest {
|
|
327
|
-
Body?:
|
|
481
|
+
Body?: StreamingBlobTypes;
|
|
328
482
|
Bucket: string | undefined;
|
|
329
483
|
ContentLength?: number;
|
|
330
484
|
ContentMD5?: string;
|
|
331
|
-
ChecksumAlgorithm?: ChecksumAlgorithm
|
|
485
|
+
ChecksumAlgorithm?: ChecksumAlgorithm;
|
|
332
486
|
ChecksumCRC32?: string;
|
|
333
487
|
ChecksumCRC32C?: string;
|
|
334
488
|
ChecksumSHA1?: string;
|
|
@@ -339,7 +493,7 @@ export interface UploadPartRequest {
|
|
|
339
493
|
SSECustomerAlgorithm?: string;
|
|
340
494
|
SSECustomerKey?: string;
|
|
341
495
|
SSECustomerKeyMD5?: string;
|
|
342
|
-
RequestPayer?: RequestPayer
|
|
496
|
+
RequestPayer?: RequestPayer;
|
|
343
497
|
ExpectedBucketOwner?: string;
|
|
344
498
|
}
|
|
345
499
|
export interface CopyPartResult {
|
|
@@ -353,12 +507,12 @@ export interface CopyPartResult {
|
|
|
353
507
|
export interface UploadPartCopyOutput {
|
|
354
508
|
CopySourceVersionId?: string;
|
|
355
509
|
CopyPartResult?: CopyPartResult;
|
|
356
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
510
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
357
511
|
SSECustomerAlgorithm?: string;
|
|
358
512
|
SSECustomerKeyMD5?: string;
|
|
359
513
|
SSEKMSKeyId?: string;
|
|
360
514
|
BucketKeyEnabled?: boolean;
|
|
361
|
-
RequestCharged?: RequestCharged
|
|
515
|
+
RequestCharged?: RequestCharged;
|
|
362
516
|
}
|
|
363
517
|
export interface UploadPartCopyRequest {
|
|
364
518
|
Bucket: string | undefined;
|
|
@@ -377,14 +531,14 @@ export interface UploadPartCopyRequest {
|
|
|
377
531
|
CopySourceSSECustomerAlgorithm?: string;
|
|
378
532
|
CopySourceSSECustomerKey?: string;
|
|
379
533
|
CopySourceSSECustomerKeyMD5?: string;
|
|
380
|
-
RequestPayer?: RequestPayer
|
|
534
|
+
RequestPayer?: RequestPayer;
|
|
381
535
|
ExpectedBucketOwner?: string;
|
|
382
536
|
ExpectedSourceBucketOwner?: string;
|
|
383
537
|
}
|
|
384
538
|
export interface WriteGetObjectResponseRequest {
|
|
385
539
|
RequestRoute: string | undefined;
|
|
386
540
|
RequestToken: string | undefined;
|
|
387
|
-
Body?:
|
|
541
|
+
Body?: StreamingBlobTypes;
|
|
388
542
|
StatusCode?: number;
|
|
389
543
|
ErrorCode?: string;
|
|
390
544
|
ErrorMessage?: string;
|
|
@@ -407,22 +561,28 @@ export interface WriteGetObjectResponseRequest {
|
|
|
407
561
|
LastModified?: Date;
|
|
408
562
|
MissingMeta?: number;
|
|
409
563
|
Metadata?: Record<string, string>;
|
|
410
|
-
ObjectLockMode?: ObjectLockMode
|
|
411
|
-
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus
|
|
564
|
+
ObjectLockMode?: ObjectLockMode;
|
|
565
|
+
ObjectLockLegalHoldStatus?: ObjectLockLegalHoldStatus;
|
|
412
566
|
ObjectLockRetainUntilDate?: Date;
|
|
413
567
|
PartsCount?: number;
|
|
414
|
-
ReplicationStatus?: ReplicationStatus
|
|
415
|
-
RequestCharged?: RequestCharged
|
|
568
|
+
ReplicationStatus?: ReplicationStatus;
|
|
569
|
+
RequestCharged?: RequestCharged;
|
|
416
570
|
Restore?: string;
|
|
417
|
-
ServerSideEncryption?: ServerSideEncryption
|
|
571
|
+
ServerSideEncryption?: ServerSideEncryption;
|
|
418
572
|
SSECustomerAlgorithm?: string;
|
|
419
573
|
SSEKMSKeyId?: string;
|
|
420
574
|
SSECustomerKeyMD5?: string;
|
|
421
|
-
StorageClass?: StorageClass
|
|
575
|
+
StorageClass?: StorageClass;
|
|
422
576
|
TagCount?: number;
|
|
423
577
|
VersionId?: string;
|
|
424
578
|
BucketKeyEnabled?: boolean;
|
|
425
579
|
}
|
|
580
|
+
export declare const PutObjectOutputFilterSensitiveLog: (
|
|
581
|
+
obj: PutObjectOutput
|
|
582
|
+
) => any;
|
|
583
|
+
export declare const PutObjectRequestFilterSensitiveLog: (
|
|
584
|
+
obj: PutObjectRequest
|
|
585
|
+
) => any;
|
|
426
586
|
export declare const EncryptionFilterSensitiveLog: (obj: Encryption) => any;
|
|
427
587
|
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
428
588
|
export declare const OutputLocationFilterSensitiveLog: (
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListDirectoryBucketsCommandInput,
|
|
4
|
+
ListDirectoryBucketsCommandOutput,
|
|
5
|
+
} from "../commands/ListDirectoryBucketsCommand";
|
|
6
|
+
import { S3PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListDirectoryBuckets(
|
|
8
|
+
config: S3PaginationConfiguration,
|
|
9
|
+
input: ListDirectoryBucketsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListDirectoryBucketsCommandOutput>;
|
|
@@ -27,6 +27,10 @@ import {
|
|
|
27
27
|
CreateMultipartUploadCommandInput,
|
|
28
28
|
CreateMultipartUploadCommandOutput,
|
|
29
29
|
} from "../commands/CreateMultipartUploadCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateSessionCommandInput,
|
|
32
|
+
CreateSessionCommandOutput,
|
|
33
|
+
} from "../commands/CreateSessionCommand";
|
|
30
34
|
import {
|
|
31
35
|
DeleteBucketAnalyticsConfigurationCommandInput,
|
|
32
36
|
DeleteBucketAnalyticsConfigurationCommandOutput,
|
|
@@ -239,6 +243,10 @@ import {
|
|
|
239
243
|
ListBucketsCommandInput,
|
|
240
244
|
ListBucketsCommandOutput,
|
|
241
245
|
} from "../commands/ListBucketsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListDirectoryBucketsCommandInput,
|
|
248
|
+
ListDirectoryBucketsCommandOutput,
|
|
249
|
+
} from "../commands/ListDirectoryBucketsCommand";
|
|
242
250
|
import {
|
|
243
251
|
ListMultipartUploadsCommandInput,
|
|
244
252
|
ListMultipartUploadsCommandOutput,
|
|
@@ -399,6 +407,10 @@ export declare const se_CreateMultipartUploadCommand: (
|
|
|
399
407
|
input: CreateMultipartUploadCommandInput,
|
|
400
408
|
context: __SerdeContext
|
|
401
409
|
) => Promise<__HttpRequest>;
|
|
410
|
+
export declare const se_CreateSessionCommand: (
|
|
411
|
+
input: CreateSessionCommandInput,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<__HttpRequest>;
|
|
402
414
|
export declare const se_DeleteBucketCommand: (
|
|
403
415
|
input: DeleteBucketCommandInput,
|
|
404
416
|
context: __SerdeContext
|
|
@@ -611,6 +623,10 @@ export declare const se_ListBucketsCommand: (
|
|
|
611
623
|
input: ListBucketsCommandInput,
|
|
612
624
|
context: __SerdeContext
|
|
613
625
|
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const se_ListDirectoryBucketsCommand: (
|
|
627
|
+
input: ListDirectoryBucketsCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
614
630
|
export declare const se_ListMultipartUploadsCommand: (
|
|
615
631
|
input: ListMultipartUploadsCommandInput,
|
|
616
632
|
context: __SerdeContext
|
|
@@ -771,6 +787,10 @@ export declare const de_CreateMultipartUploadCommand: (
|
|
|
771
787
|
output: __HttpResponse,
|
|
772
788
|
context: __SerdeContext
|
|
773
789
|
) => Promise<CreateMultipartUploadCommandOutput>;
|
|
790
|
+
export declare const de_CreateSessionCommand: (
|
|
791
|
+
output: __HttpResponse,
|
|
792
|
+
context: __SerdeContext
|
|
793
|
+
) => Promise<CreateSessionCommandOutput>;
|
|
774
794
|
export declare const de_DeleteBucketCommand: (
|
|
775
795
|
output: __HttpResponse,
|
|
776
796
|
context: __SerdeContext
|
|
@@ -983,6 +1003,10 @@ export declare const de_ListBucketsCommand: (
|
|
|
983
1003
|
output: __HttpResponse,
|
|
984
1004
|
context: __SerdeContext
|
|
985
1005
|
) => Promise<ListBucketsCommandOutput>;
|
|
1006
|
+
export declare const de_ListDirectoryBucketsCommand: (
|
|
1007
|
+
output: __HttpResponse,
|
|
1008
|
+
context: __SerdeContext
|
|
1009
|
+
) => Promise<ListDirectoryBucketsCommandOutput>;
|
|
986
1010
|
export declare const de_ListMultipartUploadsCommand: (
|
|
987
1011
|
output: __HttpResponse,
|
|
988
1012
|
context: __SerdeContext
|
|
@@ -22,7 +22,14 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
22
22
|
any,
|
|
23
23
|
import("@smithy/types").HttpHandlerOptions
|
|
24
24
|
> &
|
|
25
|
-
import("@smithy/
|
|
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
|
+
})
|
|
26
33
|
| RequestHandler;
|
|
27
34
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
35
|
sha1: import("@smithy/types").HashConstructor;
|
|
@@ -44,11 +51,12 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
44
51
|
signingEscapePath: boolean;
|
|
45
52
|
useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
|
|
46
53
|
getAwsChunkedEncodingStream:
|
|
47
|
-
| import("@
|
|
54
|
+
| import("@smithy/types").GetAwsChunkedEncodingStream<any>
|
|
48
55
|
| import("@smithy/types").GetAwsChunkedEncodingStream<
|
|
49
56
|
import("stream").Readable
|
|
50
57
|
>;
|
|
51
58
|
logger: import("@smithy/types").Logger;
|
|
59
|
+
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
52
60
|
sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
|
|
53
61
|
endpoint?:
|
|
54
62
|
| ((
|
|
@@ -107,9 +115,17 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
|
|
|
107
115
|
disableMultiregionAccessPoints?:
|
|
108
116
|
| (boolean & (boolean | import("@smithy/types").Provider<boolean>))
|
|
109
117
|
| undefined;
|
|
118
|
+
followRegionRedirects?: boolean | undefined;
|
|
119
|
+
s3ExpressIdentityProvider?:
|
|
120
|
+
| import("@aws-sdk/middleware-sdk-s3").S3ExpressIdentityProvider
|
|
121
|
+
| undefined;
|
|
110
122
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
111
123
|
useGlobalEndpoint?:
|
|
112
124
|
| boolean
|
|
113
125
|
| import("@smithy/types").Provider<boolean>
|
|
114
126
|
| undefined;
|
|
127
|
+
disableS3ExpressSessionAuth?:
|
|
128
|
+
| boolean
|
|
129
|
+
| import("@smithy/types").Provider<boolean>
|
|
130
|
+
| undefined;
|
|
115
131
|
};
|