@nocobase/plugin-file-manager 0.17.0-alpha.7 → 0.18.0-alpha.1
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
|
@@ -5,15 +5,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
9
10
|
class PutBucketNotificationConfigurationCommand extends smithy_client_1.Command {
|
|
10
11
|
static getEndpointParameterInstructions() {
|
|
11
12
|
return {
|
|
13
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
12
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
13
15
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
14
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
15
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
16
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
17
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
18
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
19
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -38,6 +41,10 @@ class PutBucketNotificationConfigurationCommand extends smithy_client_1.Command
|
|
|
38
41
|
commandName,
|
|
39
42
|
inputFilterSensitiveLog: (_) => _,
|
|
40
43
|
outputFilterSensitiveLog: (_) => _,
|
|
44
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
45
|
+
service: "AmazonS3",
|
|
46
|
+
operation: "PutBucketNotificationConfiguration",
|
|
47
|
+
},
|
|
41
48
|
};
|
|
42
49
|
const { requestHandler } = configuration;
|
|
43
50
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js
CHANGED
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketOwnershipControlsCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -40,6 +43,10 @@ class PutBucketOwnershipControlsCommand extends smithy_client_1.Command {
|
|
|
40
43
|
commandName,
|
|
41
44
|
inputFilterSensitiveLog: (_) => _,
|
|
42
45
|
outputFilterSensitiveLog: (_) => _,
|
|
46
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
47
|
+
service: "AmazonS3",
|
|
48
|
+
operation: "PutBucketOwnershipControls",
|
|
49
|
+
},
|
|
43
50
|
};
|
|
44
51
|
const { requestHandler } = configuration;
|
|
45
52
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketPolicyCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutBucketPolicyCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutBucketPolicy",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js
CHANGED
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketReplicationCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutBucketReplicationCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutBucketReplication",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js
CHANGED
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketRequestPaymentCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutBucketRequestPaymentCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutBucketRequestPayment",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketTaggingCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutBucketTaggingCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutBucketTagging",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js
CHANGED
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketVersioningCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutBucketVersioningCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutBucketVersioning",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutBucketWebsiteCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutBucketWebsiteCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutBucketWebsite",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutObjectAclCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
13
14
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
15
|
+
Key: { type: "contextParams", name: "Key" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutObjectAclCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutObjectAcl",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -8,16 +8,19 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
8
8
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
9
9
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
10
10
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
11
|
-
const
|
|
11
|
+
const types_1 = require("@smithy/types");
|
|
12
|
+
const models_1_1 = require("../models/models_1");
|
|
12
13
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
13
14
|
class PutObjectCommand extends smithy_client_1.Command {
|
|
14
15
|
static getEndpointParameterInstructions() {
|
|
15
16
|
return {
|
|
16
17
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
18
|
+
Key: { type: "contextParams", name: "Key" },
|
|
17
19
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
18
20
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
19
21
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
20
22
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
23
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
21
24
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
22
25
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
23
26
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -47,8 +50,12 @@ class PutObjectCommand extends smithy_client_1.Command {
|
|
|
47
50
|
logger,
|
|
48
51
|
clientName,
|
|
49
52
|
commandName,
|
|
50
|
-
inputFilterSensitiveLog:
|
|
51
|
-
outputFilterSensitiveLog:
|
|
53
|
+
inputFilterSensitiveLog: models_1_1.PutObjectRequestFilterSensitiveLog,
|
|
54
|
+
outputFilterSensitiveLog: models_1_1.PutObjectOutputFilterSensitiveLog,
|
|
55
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
56
|
+
service: "AmazonS3",
|
|
57
|
+
operation: "PutObject",
|
|
58
|
+
},
|
|
52
59
|
};
|
|
53
60
|
const { requestHandler } = configuration;
|
|
54
61
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,6 +6,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutObjectLegalHoldCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -15,6 +16,7 @@ class PutObjectLegalHoldCommand extends smithy_client_1.Command {
|
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +46,10 @@ class PutObjectLegalHoldCommand extends smithy_client_1.Command {
|
|
|
44
46
|
commandName,
|
|
45
47
|
inputFilterSensitiveLog: (_) => _,
|
|
46
48
|
outputFilterSensitiveLog: (_) => _,
|
|
49
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
50
|
+
service: "AmazonS3",
|
|
51
|
+
operation: "PutObjectLegalHold",
|
|
52
|
+
},
|
|
47
53
|
};
|
|
48
54
|
const { requestHandler } = configuration;
|
|
49
55
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js
CHANGED
|
@@ -6,6 +6,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutObjectLockConfigurationCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -15,6 +16,7 @@ class PutObjectLockConfigurationCommand extends smithy_client_1.Command {
|
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +46,10 @@ class PutObjectLockConfigurationCommand extends smithy_client_1.Command {
|
|
|
44
46
|
commandName,
|
|
45
47
|
inputFilterSensitiveLog: (_) => _,
|
|
46
48
|
outputFilterSensitiveLog: (_) => _,
|
|
49
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
50
|
+
service: "AmazonS3",
|
|
51
|
+
operation: "PutObjectLockConfiguration",
|
|
52
|
+
},
|
|
47
53
|
};
|
|
48
54
|
const { requestHandler } = configuration;
|
|
49
55
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,6 +6,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutObjectRetentionCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -15,6 +16,7 @@ class PutObjectRetentionCommand extends smithy_client_1.Command {
|
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +46,10 @@ class PutObjectRetentionCommand extends smithy_client_1.Command {
|
|
|
44
46
|
commandName,
|
|
45
47
|
inputFilterSensitiveLog: (_) => _,
|
|
46
48
|
outputFilterSensitiveLog: (_) => _,
|
|
49
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
50
|
+
service: "AmazonS3",
|
|
51
|
+
operation: "PutObjectRetention",
|
|
52
|
+
},
|
|
47
53
|
};
|
|
48
54
|
const { requestHandler } = configuration;
|
|
49
55
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,6 +6,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutObjectTaggingCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
@@ -15,6 +16,7 @@ class PutObjectTaggingCommand extends smithy_client_1.Command {
|
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +46,10 @@ class PutObjectTaggingCommand extends smithy_client_1.Command {
|
|
|
44
46
|
commandName,
|
|
45
47
|
inputFilterSensitiveLog: (_) => _,
|
|
46
48
|
outputFilterSensitiveLog: (_) => _,
|
|
49
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
50
|
+
service: "AmazonS3",
|
|
51
|
+
operation: "PutObjectTagging",
|
|
52
|
+
},
|
|
47
53
|
};
|
|
48
54
|
const { requestHandler } = configuration;
|
|
49
55
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js
CHANGED
|
@@ -6,15 +6,18 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class PutPublicAccessBlockCommand extends smithy_client_1.Command {
|
|
11
12
|
static getEndpointParameterInstructions() {
|
|
12
13
|
return {
|
|
14
|
+
UseS3ExpressControlEndpoint: { type: "staticContextParams", value: true },
|
|
13
15
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
14
16
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
15
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -44,6 +47,10 @@ class PutPublicAccessBlockCommand extends smithy_client_1.Command {
|
|
|
44
47
|
commandName,
|
|
45
48
|
inputFilterSensitiveLog: (_) => _,
|
|
46
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "PutPublicAccessBlock",
|
|
53
|
+
},
|
|
47
54
|
};
|
|
48
55
|
const { requestHandler } = configuration;
|
|
49
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,6 +6,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const models_1_1 = require("../models/models_1");
|
|
10
11
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
12
|
class RestoreObjectCommand extends smithy_client_1.Command {
|
|
@@ -16,6 +17,7 @@ class RestoreObjectCommand extends smithy_client_1.Command {
|
|
|
16
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -45,6 +47,10 @@ class RestoreObjectCommand extends smithy_client_1.Command {
|
|
|
45
47
|
commandName,
|
|
46
48
|
inputFilterSensitiveLog: models_1_1.RestoreObjectRequestFilterSensitiveLog,
|
|
47
49
|
outputFilterSensitiveLog: (_) => _,
|
|
50
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
51
|
+
service: "AmazonS3",
|
|
52
|
+
operation: "RestoreObject",
|
|
53
|
+
},
|
|
48
54
|
};
|
|
49
55
|
const { requestHandler } = configuration;
|
|
50
56
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js
CHANGED
|
@@ -6,6 +6,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
6
6
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
9
|
+
const types_1 = require("@smithy/types");
|
|
9
10
|
const models_1_1 = require("../models/models_1");
|
|
10
11
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
11
12
|
class SelectObjectContentCommand extends smithy_client_1.Command {
|
|
@@ -16,6 +17,7 @@ class SelectObjectContentCommand extends smithy_client_1.Command {
|
|
|
16
17
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
17
18
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
18
19
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
20
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
19
21
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
20
22
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
21
23
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -41,6 +43,13 @@ class SelectObjectContentCommand extends smithy_client_1.Command {
|
|
|
41
43
|
commandName,
|
|
42
44
|
inputFilterSensitiveLog: models_1_1.SelectObjectContentRequestFilterSensitiveLog,
|
|
43
45
|
outputFilterSensitiveLog: models_1_1.SelectObjectContentOutputFilterSensitiveLog,
|
|
46
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
47
|
+
service: "AmazonS3",
|
|
48
|
+
operation: "SelectObjectContent",
|
|
49
|
+
eventStream: {
|
|
50
|
+
output: true,
|
|
51
|
+
},
|
|
52
|
+
},
|
|
44
53
|
};
|
|
45
54
|
const { requestHandler } = configuration;
|
|
46
55
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -7,16 +7,19 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
7
7
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
8
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
9
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
10
11
|
const models_1_1 = require("../models/models_1");
|
|
11
12
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
13
|
class UploadPartCommand extends smithy_client_1.Command {
|
|
13
14
|
static getEndpointParameterInstructions() {
|
|
14
15
|
return {
|
|
15
16
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
17
|
+
Key: { type: "contextParams", name: "Key" },
|
|
16
18
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
17
19
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
18
20
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
19
21
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
22
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
20
23
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
21
24
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
22
25
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -47,6 +50,10 @@ class UploadPartCommand extends smithy_client_1.Command {
|
|
|
47
50
|
commandName,
|
|
48
51
|
inputFilterSensitiveLog: models_1_1.UploadPartRequestFilterSensitiveLog,
|
|
49
52
|
outputFilterSensitiveLog: models_1_1.UploadPartOutputFilterSensitiveLog,
|
|
53
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
54
|
+
service: "AmazonS3",
|
|
55
|
+
operation: "UploadPart",
|
|
56
|
+
},
|
|
50
57
|
};
|
|
51
58
|
const { requestHandler } = configuration;
|
|
52
59
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -7,11 +7,13 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
7
7
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
8
8
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
9
9
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
10
|
+
const types_1 = require("@smithy/types");
|
|
10
11
|
const models_1_1 = require("../models/models_1");
|
|
11
12
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
12
13
|
class UploadPartCopyCommand extends smithy_client_1.Command {
|
|
13
14
|
static getEndpointParameterInstructions() {
|
|
14
15
|
return {
|
|
16
|
+
DisableS3ExpressSessionAuth: { type: "staticContextParams", value: true },
|
|
15
17
|
Bucket: { type: "contextParams", name: "Bucket" },
|
|
16
18
|
ForcePathStyle: { type: "clientContextParams", name: "forcePathStyle" },
|
|
17
19
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
@@ -43,6 +45,10 @@ class UploadPartCopyCommand extends smithy_client_1.Command {
|
|
|
43
45
|
commandName,
|
|
44
46
|
inputFilterSensitiveLog: models_1_1.UploadPartCopyRequestFilterSensitiveLog,
|
|
45
47
|
outputFilterSensitiveLog: models_1_1.UploadPartCopyOutputFilterSensitiveLog,
|
|
48
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
49
|
+
service: "AmazonS3",
|
|
50
|
+
operation: "UploadPartCopy",
|
|
51
|
+
},
|
|
46
52
|
};
|
|
47
53
|
const { requestHandler } = configuration;
|
|
48
54
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js
CHANGED
|
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
8
9
|
const models_1_1 = require("../models/models_1");
|
|
9
10
|
const Aws_restXml_1 = require("../protocols/Aws_restXml");
|
|
10
11
|
class WriteGetObjectResponseCommand extends smithy_client_1.Command {
|
|
@@ -15,6 +16,7 @@ class WriteGetObjectResponseCommand extends smithy_client_1.Command {
|
|
|
15
16
|
UseArnRegion: { type: "clientContextParams", name: "useArnRegion" },
|
|
16
17
|
DisableMultiRegionAccessPoints: { type: "clientContextParams", name: "disableMultiregionAccessPoints" },
|
|
17
18
|
Accelerate: { type: "clientContextParams", name: "useAccelerateEndpoint" },
|
|
19
|
+
DisableS3ExpressSessionAuth: { type: "clientContextParams", name: "disableS3ExpressSessionAuth" },
|
|
18
20
|
UseGlobalEndpoint: { type: "builtInParams", name: "useGlobalEndpoint" },
|
|
19
21
|
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
20
22
|
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
@@ -39,6 +41,10 @@ class WriteGetObjectResponseCommand extends smithy_client_1.Command {
|
|
|
39
41
|
commandName,
|
|
40
42
|
inputFilterSensitiveLog: models_1_1.WriteGetObjectResponseRequestFilterSensitiveLog,
|
|
41
43
|
outputFilterSensitiveLog: (_) => _,
|
|
44
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
45
|
+
service: "AmazonS3",
|
|
46
|
+
operation: "WriteGetObjectResponse",
|
|
47
|
+
},
|
|
42
48
|
};
|
|
43
49
|
const { requestHandler } = configuration;
|
|
44
50
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
@@ -6,6 +6,7 @@ tslib_1.__exportStar(require("./CompleteMultipartUploadCommand"), exports);
|
|
|
6
6
|
tslib_1.__exportStar(require("./CopyObjectCommand"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./CreateBucketCommand"), exports);
|
|
8
8
|
tslib_1.__exportStar(require("./CreateMultipartUploadCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateSessionCommand"), exports);
|
|
9
10
|
tslib_1.__exportStar(require("./DeleteBucketAnalyticsConfigurationCommand"), exports);
|
|
10
11
|
tslib_1.__exportStar(require("./DeleteBucketCommand"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./DeleteBucketCorsCommand"), exports);
|
|
@@ -59,6 +60,7 @@ tslib_1.__exportStar(require("./ListBucketIntelligentTieringConfigurationsComman
|
|
|
59
60
|
tslib_1.__exportStar(require("./ListBucketInventoryConfigurationsCommand"), exports);
|
|
60
61
|
tslib_1.__exportStar(require("./ListBucketMetricsConfigurationsCommand"), exports);
|
|
61
62
|
tslib_1.__exportStar(require("./ListBucketsCommand"), exports);
|
|
63
|
+
tslib_1.__exportStar(require("./ListDirectoryBucketsCommand"), exports);
|
|
62
64
|
tslib_1.__exportStar(require("./ListMultipartUploadsCommand"), exports);
|
|
63
65
|
tslib_1.__exportStar(require("./ListObjectVersionsCommand"), exports);
|
|
64
66
|
tslib_1.__exportStar(require("./ListObjectsCommand"), exports);
|
|
@@ -6,6 +6,7 @@ const resolveClientEndpointParameters = (options) => {
|
|
|
6
6
|
...options,
|
|
7
7
|
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
8
8
|
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
9
|
+
forcePathStyle: options.forcePathStyle ?? false,
|
|
9
10
|
useAccelerateEndpoint: options.useAccelerateEndpoint ?? false,
|
|
10
11
|
useGlobalEndpoint: options.useGlobalEndpoint ?? false,
|
|
11
12
|
disableMultiregionAccessPoints: options.disableMultiregionAccessPoints ?? false,
|