@aws-sdk/client-s3 3.188.0 → 3.192.0
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/CHANGELOG.md +24 -0
- package/dist-cjs/S3Client.js +13 -11
- package/dist-cjs/commands/AbortMultipartUploadCommand.js +16 -2
- package/dist-cjs/commands/CompleteMultipartUploadCommand.js +16 -2
- package/dist-cjs/commands/CopyObjectCommand.js +16 -2
- package/dist-cjs/commands/CreateBucketCommand.js +16 -0
- package/dist-cjs/commands/CreateMultipartUploadCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketCommand.js +16 -0
- package/dist-cjs/commands/DeleteBucketCorsCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketReplicationCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +16 -2
- package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +16 -2
- package/dist-cjs/commands/DeleteObjectCommand.js +16 -2
- package/dist-cjs/commands/DeleteObjectTaggingCommand.js +16 -2
- package/dist-cjs/commands/DeleteObjectsCommand.js +16 -2
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +16 -2
- package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketAclCommand.js +16 -2
- package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketCorsCommand.js +16 -2
- package/dist-cjs/commands/GetBucketEncryptionCommand.js +16 -2
- package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketLocationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketLoggingCommand.js +16 -2
- package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +16 -2
- package/dist-cjs/commands/GetBucketPolicyCommand.js +16 -2
- package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +16 -2
- package/dist-cjs/commands/GetBucketReplicationCommand.js +16 -2
- package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +16 -2
- package/dist-cjs/commands/GetBucketTaggingCommand.js +16 -2
- package/dist-cjs/commands/GetBucketVersioningCommand.js +16 -2
- package/dist-cjs/commands/GetBucketWebsiteCommand.js +16 -2
- package/dist-cjs/commands/GetObjectAclCommand.js +16 -2
- package/dist-cjs/commands/GetObjectAttributesCommand.js +16 -2
- package/dist-cjs/commands/GetObjectCommand.js +16 -2
- package/dist-cjs/commands/GetObjectLegalHoldCommand.js +16 -2
- package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +16 -2
- package/dist-cjs/commands/GetObjectRetentionCommand.js +16 -2
- package/dist-cjs/commands/GetObjectTaggingCommand.js +16 -2
- package/dist-cjs/commands/GetObjectTorrentCommand.js +16 -2
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +16 -2
- package/dist-cjs/commands/HeadBucketCommand.js +16 -2
- package/dist-cjs/commands/HeadObjectCommand.js +16 -2
- package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +16 -2
- package/dist-cjs/commands/ListBucketsCommand.js +15 -0
- package/dist-cjs/commands/ListMultipartUploadsCommand.js +16 -2
- package/dist-cjs/commands/ListObjectVersionsCommand.js +16 -2
- package/dist-cjs/commands/ListObjectsCommand.js +16 -2
- package/dist-cjs/commands/ListObjectsV2Command.js +16 -2
- package/dist-cjs/commands/ListPartsCommand.js +16 -2
- package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketAclCommand.js +16 -2
- package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketCorsCommand.js +16 -2
- package/dist-cjs/commands/PutBucketEncryptionCommand.js +16 -2
- package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketLoggingCommand.js +16 -2
- package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +16 -2
- package/dist-cjs/commands/PutBucketPolicyCommand.js +16 -2
- package/dist-cjs/commands/PutBucketReplicationCommand.js +16 -2
- package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +16 -2
- package/dist-cjs/commands/PutBucketTaggingCommand.js +16 -2
- package/dist-cjs/commands/PutBucketVersioningCommand.js +16 -2
- package/dist-cjs/commands/PutBucketWebsiteCommand.js +16 -2
- package/dist-cjs/commands/PutObjectAclCommand.js +16 -2
- package/dist-cjs/commands/PutObjectCommand.js +16 -2
- package/dist-cjs/commands/PutObjectLegalHoldCommand.js +16 -2
- package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +16 -2
- package/dist-cjs/commands/PutObjectRetentionCommand.js +16 -2
- package/dist-cjs/commands/PutObjectTaggingCommand.js +16 -2
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +16 -2
- package/dist-cjs/commands/RestoreObjectCommand.js +16 -2
- package/dist-cjs/commands/SelectObjectContentCommand.js +16 -2
- package/dist-cjs/commands/UploadPartCommand.js +16 -2
- package/dist-cjs/commands/UploadPartCopyCommand.js +16 -2
- package/dist-cjs/commands/WriteGetObjectResponseCommand.js +15 -0
- package/dist-cjs/endpoint/EndpointParameters.js +16 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +9965 -0
- package/dist-cjs/models/models_0.js +303 -6
- package/dist-cjs/models/models_1.js +17 -1
- package/dist-cjs/protocols/Aws_restXml.js +91 -91
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/S3Client.js +15 -13
- package/dist-es/commands/AbortMultipartUploadCommand.js +16 -2
- package/dist-es/commands/CompleteMultipartUploadCommand.js +16 -2
- package/dist-es/commands/CopyObjectCommand.js +16 -2
- package/dist-es/commands/CreateBucketCommand.js +16 -0
- package/dist-es/commands/CreateMultipartUploadCommand.js +16 -2
- package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketCommand.js +16 -0
- package/dist-es/commands/DeleteBucketCorsCommand.js +16 -2
- package/dist-es/commands/DeleteBucketEncryptionCommand.js +16 -2
- package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketLifecycleCommand.js +16 -2
- package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +16 -2
- package/dist-es/commands/DeleteBucketPolicyCommand.js +16 -2
- package/dist-es/commands/DeleteBucketReplicationCommand.js +16 -2
- package/dist-es/commands/DeleteBucketTaggingCommand.js +16 -2
- package/dist-es/commands/DeleteBucketWebsiteCommand.js +16 -2
- package/dist-es/commands/DeleteObjectCommand.js +16 -2
- package/dist-es/commands/DeleteObjectTaggingCommand.js +16 -2
- package/dist-es/commands/DeleteObjectsCommand.js +16 -2
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +16 -2
- package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketAclCommand.js +16 -2
- package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketCorsCommand.js +16 -2
- package/dist-es/commands/GetBucketEncryptionCommand.js +16 -2
- package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketLocationCommand.js +16 -2
- package/dist-es/commands/GetBucketLoggingCommand.js +16 -2
- package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +16 -2
- package/dist-es/commands/GetBucketOwnershipControlsCommand.js +16 -2
- package/dist-es/commands/GetBucketPolicyCommand.js +16 -2
- package/dist-es/commands/GetBucketPolicyStatusCommand.js +16 -2
- package/dist-es/commands/GetBucketReplicationCommand.js +16 -2
- package/dist-es/commands/GetBucketRequestPaymentCommand.js +16 -2
- package/dist-es/commands/GetBucketTaggingCommand.js +16 -2
- package/dist-es/commands/GetBucketVersioningCommand.js +16 -2
- package/dist-es/commands/GetBucketWebsiteCommand.js +16 -2
- package/dist-es/commands/GetObjectAclCommand.js +16 -2
- package/dist-es/commands/GetObjectAttributesCommand.js +16 -2
- package/dist-es/commands/GetObjectCommand.js +16 -2
- package/dist-es/commands/GetObjectLegalHoldCommand.js +16 -2
- package/dist-es/commands/GetObjectLockConfigurationCommand.js +16 -2
- package/dist-es/commands/GetObjectRetentionCommand.js +16 -2
- package/dist-es/commands/GetObjectTaggingCommand.js +16 -2
- package/dist-es/commands/GetObjectTorrentCommand.js +16 -2
- package/dist-es/commands/GetPublicAccessBlockCommand.js +16 -2
- package/dist-es/commands/HeadBucketCommand.js +16 -2
- package/dist-es/commands/HeadObjectCommand.js +16 -2
- package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +16 -2
- package/dist-es/commands/ListBucketsCommand.js +15 -0
- package/dist-es/commands/ListMultipartUploadsCommand.js +16 -2
- package/dist-es/commands/ListObjectVersionsCommand.js +16 -2
- package/dist-es/commands/ListObjectsCommand.js +16 -2
- package/dist-es/commands/ListObjectsV2Command.js +16 -2
- package/dist-es/commands/ListPartsCommand.js +16 -2
- package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketAclCommand.js +16 -2
- package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketCorsCommand.js +16 -2
- package/dist-es/commands/PutBucketEncryptionCommand.js +16 -2
- package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketLoggingCommand.js +16 -2
- package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +16 -2
- package/dist-es/commands/PutBucketOwnershipControlsCommand.js +16 -2
- package/dist-es/commands/PutBucketPolicyCommand.js +16 -2
- package/dist-es/commands/PutBucketReplicationCommand.js +16 -2
- package/dist-es/commands/PutBucketRequestPaymentCommand.js +16 -2
- package/dist-es/commands/PutBucketTaggingCommand.js +16 -2
- package/dist-es/commands/PutBucketVersioningCommand.js +16 -2
- package/dist-es/commands/PutBucketWebsiteCommand.js +16 -2
- package/dist-es/commands/PutObjectAclCommand.js +16 -2
- package/dist-es/commands/PutObjectCommand.js +16 -2
- package/dist-es/commands/PutObjectLegalHoldCommand.js +16 -2
- package/dist-es/commands/PutObjectLockConfigurationCommand.js +16 -2
- package/dist-es/commands/PutObjectRetentionCommand.js +16 -2
- package/dist-es/commands/PutObjectTaggingCommand.js +16 -2
- package/dist-es/commands/PutPublicAccessBlockCommand.js +16 -2
- package/dist-es/commands/RestoreObjectCommand.js +16 -2
- package/dist-es/commands/SelectObjectContentCommand.js +16 -2
- package/dist-es/commands/UploadPartCommand.js +16 -2
- package/dist-es/commands/UploadPartCopyCommand.js +16 -2
- package/dist-es/commands/WriteGetObjectResponseCommand.js +15 -0
- package/dist-es/endpoint/EndpointParameters.js +11 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +9962 -0
- package/dist-es/models/models_0.js +296 -0
- package/dist-es/models/models_1.js +16 -0
- package/dist-es/protocols/Aws_restXml.js +91 -91
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/S3Client.d.ts +7 -10
- package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/CopyObjectCommand.d.ts +2 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultipartUploadCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteObjectsCommand.d.ts +2 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketAclCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketCorsCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLocationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectAclCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/HeadBucketCommand.d.ts +2 -0
- package/dist-types/commands/HeadObjectCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListBucketsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectsCommand.d.ts +2 -0
- package/dist-types/commands/ListObjectsV2Command.d.ts +2 -0
- package/dist-types/commands/ListPartsCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketAclCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketCorsCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectAclCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -0
- package/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/RestoreObjectCommand.d.ts +2 -0
- package/dist-types/commands/SelectObjectContentCommand.d.ts +2 -0
- package/dist-types/commands/UploadPartCommand.d.ts +2 -0
- package/dist-types/commands/UploadPartCopyCommand.d.ts +2 -0
- package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +249 -47
- package/dist-types/models/models_1.d.ts +13 -3
- package/dist-types/runtimeConfig.browser.d.ts +8 -6
- package/dist-types/runtimeConfig.d.ts +8 -6
- package/dist-types/runtimeConfig.native.d.ts +6 -4
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/S3Client.d.ts +17 -13
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +39 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +249 -134
- package/dist-types/ts3.4/models/models_1.d.ts +13 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +24 -8
- package/dist-types/ts3.4/runtimeConfig.d.ts +24 -8
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +17 -6
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +43 -42
- package/dist-cjs/endpoints.js +0 -462
- package/dist-es/endpoints.js +0 -458
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/dist-cjs/endpoints.js
DELETED
|
@@ -1,462 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.defaultRegionInfoProvider = void 0;
|
|
4
|
-
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
5
|
-
const regionHash = {
|
|
6
|
-
"af-south-1": {
|
|
7
|
-
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "s3.dualstack.af-south-1.amazonaws.com",
|
|
10
|
-
tags: ["dualstack"],
|
|
11
|
-
},
|
|
12
|
-
],
|
|
13
|
-
},
|
|
14
|
-
"ap-east-1": {
|
|
15
|
-
variants: [
|
|
16
|
-
{
|
|
17
|
-
hostname: "s3.dualstack.ap-east-1.amazonaws.com",
|
|
18
|
-
tags: ["dualstack"],
|
|
19
|
-
},
|
|
20
|
-
],
|
|
21
|
-
},
|
|
22
|
-
"ap-northeast-1": {
|
|
23
|
-
variants: [
|
|
24
|
-
{
|
|
25
|
-
hostname: "s3.ap-northeast-1.amazonaws.com",
|
|
26
|
-
tags: [],
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
hostname: "s3.dualstack.ap-northeast-1.amazonaws.com",
|
|
30
|
-
tags: ["dualstack"],
|
|
31
|
-
},
|
|
32
|
-
],
|
|
33
|
-
},
|
|
34
|
-
"ap-northeast-2": {
|
|
35
|
-
variants: [
|
|
36
|
-
{
|
|
37
|
-
hostname: "s3.dualstack.ap-northeast-2.amazonaws.com",
|
|
38
|
-
tags: ["dualstack"],
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
},
|
|
42
|
-
"ap-northeast-3": {
|
|
43
|
-
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "s3.dualstack.ap-northeast-3.amazonaws.com",
|
|
46
|
-
tags: ["dualstack"],
|
|
47
|
-
},
|
|
48
|
-
],
|
|
49
|
-
},
|
|
50
|
-
"ap-south-1": {
|
|
51
|
-
variants: [
|
|
52
|
-
{
|
|
53
|
-
hostname: "s3.dualstack.ap-south-1.amazonaws.com",
|
|
54
|
-
tags: ["dualstack"],
|
|
55
|
-
},
|
|
56
|
-
],
|
|
57
|
-
},
|
|
58
|
-
"ap-southeast-1": {
|
|
59
|
-
variants: [
|
|
60
|
-
{
|
|
61
|
-
hostname: "s3.ap-southeast-1.amazonaws.com",
|
|
62
|
-
tags: [],
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
hostname: "s3.dualstack.ap-southeast-1.amazonaws.com",
|
|
66
|
-
tags: ["dualstack"],
|
|
67
|
-
},
|
|
68
|
-
],
|
|
69
|
-
},
|
|
70
|
-
"ap-southeast-2": {
|
|
71
|
-
variants: [
|
|
72
|
-
{
|
|
73
|
-
hostname: "s3.ap-southeast-2.amazonaws.com",
|
|
74
|
-
tags: [],
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
hostname: "s3.dualstack.ap-southeast-2.amazonaws.com",
|
|
78
|
-
tags: ["dualstack"],
|
|
79
|
-
},
|
|
80
|
-
],
|
|
81
|
-
},
|
|
82
|
-
"ap-southeast-3": {
|
|
83
|
-
variants: [
|
|
84
|
-
{
|
|
85
|
-
hostname: "s3.dualstack.ap-southeast-3.amazonaws.com",
|
|
86
|
-
tags: ["dualstack"],
|
|
87
|
-
},
|
|
88
|
-
],
|
|
89
|
-
},
|
|
90
|
-
"aws-global": {
|
|
91
|
-
variants: [
|
|
92
|
-
{
|
|
93
|
-
hostname: "s3.amazonaws.com",
|
|
94
|
-
tags: [],
|
|
95
|
-
},
|
|
96
|
-
],
|
|
97
|
-
signingRegion: "us-east-1",
|
|
98
|
-
},
|
|
99
|
-
"ca-central-1": {
|
|
100
|
-
variants: [
|
|
101
|
-
{
|
|
102
|
-
hostname: "s3-fips.ca-central-1.amazonaws.com",
|
|
103
|
-
tags: ["fips"],
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
hostname: "s3-fips.dualstack.ca-central-1.amazonaws.com",
|
|
107
|
-
tags: ["dualstack", "fips"],
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
hostname: "s3.dualstack.ca-central-1.amazonaws.com",
|
|
111
|
-
tags: ["dualstack"],
|
|
112
|
-
},
|
|
113
|
-
],
|
|
114
|
-
},
|
|
115
|
-
"cn-north-1": {
|
|
116
|
-
variants: [
|
|
117
|
-
{
|
|
118
|
-
hostname: "s3.dualstack.cn-north-1.amazonaws.com.cn",
|
|
119
|
-
tags: ["dualstack"],
|
|
120
|
-
},
|
|
121
|
-
],
|
|
122
|
-
},
|
|
123
|
-
"cn-northwest-1": {
|
|
124
|
-
variants: [
|
|
125
|
-
{
|
|
126
|
-
hostname: "s3.dualstack.cn-northwest-1.amazonaws.com.cn",
|
|
127
|
-
tags: ["dualstack"],
|
|
128
|
-
},
|
|
129
|
-
],
|
|
130
|
-
},
|
|
131
|
-
"eu-central-1": {
|
|
132
|
-
variants: [
|
|
133
|
-
{
|
|
134
|
-
hostname: "s3.dualstack.eu-central-1.amazonaws.com",
|
|
135
|
-
tags: ["dualstack"],
|
|
136
|
-
},
|
|
137
|
-
],
|
|
138
|
-
},
|
|
139
|
-
"eu-north-1": {
|
|
140
|
-
variants: [
|
|
141
|
-
{
|
|
142
|
-
hostname: "s3.dualstack.eu-north-1.amazonaws.com",
|
|
143
|
-
tags: ["dualstack"],
|
|
144
|
-
},
|
|
145
|
-
],
|
|
146
|
-
},
|
|
147
|
-
"eu-south-1": {
|
|
148
|
-
variants: [
|
|
149
|
-
{
|
|
150
|
-
hostname: "s3.dualstack.eu-south-1.amazonaws.com",
|
|
151
|
-
tags: ["dualstack"],
|
|
152
|
-
},
|
|
153
|
-
],
|
|
154
|
-
},
|
|
155
|
-
"eu-west-1": {
|
|
156
|
-
variants: [
|
|
157
|
-
{
|
|
158
|
-
hostname: "s3.eu-west-1.amazonaws.com",
|
|
159
|
-
tags: [],
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
hostname: "s3.dualstack.eu-west-1.amazonaws.com",
|
|
163
|
-
tags: ["dualstack"],
|
|
164
|
-
},
|
|
165
|
-
],
|
|
166
|
-
},
|
|
167
|
-
"eu-west-2": {
|
|
168
|
-
variants: [
|
|
169
|
-
{
|
|
170
|
-
hostname: "s3.dualstack.eu-west-2.amazonaws.com",
|
|
171
|
-
tags: ["dualstack"],
|
|
172
|
-
},
|
|
173
|
-
],
|
|
174
|
-
},
|
|
175
|
-
"eu-west-3": {
|
|
176
|
-
variants: [
|
|
177
|
-
{
|
|
178
|
-
hostname: "s3.dualstack.eu-west-3.amazonaws.com",
|
|
179
|
-
tags: ["dualstack"],
|
|
180
|
-
},
|
|
181
|
-
],
|
|
182
|
-
},
|
|
183
|
-
"me-central-1": {
|
|
184
|
-
variants: [
|
|
185
|
-
{
|
|
186
|
-
hostname: "s3.dualstack.me-central-1.amazonaws.com",
|
|
187
|
-
tags: ["dualstack"],
|
|
188
|
-
},
|
|
189
|
-
],
|
|
190
|
-
},
|
|
191
|
-
"me-south-1": {
|
|
192
|
-
variants: [
|
|
193
|
-
{
|
|
194
|
-
hostname: "s3.dualstack.me-south-1.amazonaws.com",
|
|
195
|
-
tags: ["dualstack"],
|
|
196
|
-
},
|
|
197
|
-
],
|
|
198
|
-
},
|
|
199
|
-
"s3-external-1": {
|
|
200
|
-
variants: [
|
|
201
|
-
{
|
|
202
|
-
hostname: "s3-external-1.amazonaws.com",
|
|
203
|
-
tags: [],
|
|
204
|
-
},
|
|
205
|
-
],
|
|
206
|
-
signingRegion: "us-east-1",
|
|
207
|
-
},
|
|
208
|
-
"sa-east-1": {
|
|
209
|
-
variants: [
|
|
210
|
-
{
|
|
211
|
-
hostname: "s3.sa-east-1.amazonaws.com",
|
|
212
|
-
tags: [],
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
hostname: "s3.dualstack.sa-east-1.amazonaws.com",
|
|
216
|
-
tags: ["dualstack"],
|
|
217
|
-
},
|
|
218
|
-
],
|
|
219
|
-
},
|
|
220
|
-
"us-east-1": {
|
|
221
|
-
variants: [
|
|
222
|
-
{
|
|
223
|
-
hostname: "s3.us-east-1.amazonaws.com",
|
|
224
|
-
tags: [],
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
hostname: "s3-fips.dualstack.us-east-1.amazonaws.com",
|
|
228
|
-
tags: ["dualstack", "fips"],
|
|
229
|
-
},
|
|
230
|
-
{
|
|
231
|
-
hostname: "s3-fips.us-east-1.amazonaws.com",
|
|
232
|
-
tags: ["fips"],
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
hostname: "s3.dualstack.us-east-1.amazonaws.com",
|
|
236
|
-
tags: ["dualstack"],
|
|
237
|
-
},
|
|
238
|
-
],
|
|
239
|
-
},
|
|
240
|
-
"us-east-2": {
|
|
241
|
-
variants: [
|
|
242
|
-
{
|
|
243
|
-
hostname: "s3-fips.dualstack.us-east-2.amazonaws.com",
|
|
244
|
-
tags: ["dualstack", "fips"],
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
hostname: "s3-fips.us-east-2.amazonaws.com",
|
|
248
|
-
tags: ["fips"],
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
hostname: "s3.dualstack.us-east-2.amazonaws.com",
|
|
252
|
-
tags: ["dualstack"],
|
|
253
|
-
},
|
|
254
|
-
],
|
|
255
|
-
},
|
|
256
|
-
"us-gov-east-1": {
|
|
257
|
-
variants: [
|
|
258
|
-
{
|
|
259
|
-
hostname: "s3.us-gov-east-1.amazonaws.com",
|
|
260
|
-
tags: [],
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
hostname: "s3-fips.us-gov-east-1.amazonaws.com",
|
|
264
|
-
tags: ["fips"],
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
hostname: "s3.dualstack.us-gov-east-1.amazonaws.com",
|
|
268
|
-
tags: ["dualstack"],
|
|
269
|
-
},
|
|
270
|
-
],
|
|
271
|
-
},
|
|
272
|
-
"us-gov-west-1": {
|
|
273
|
-
variants: [
|
|
274
|
-
{
|
|
275
|
-
hostname: "s3.us-gov-west-1.amazonaws.com",
|
|
276
|
-
tags: [],
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
hostname: "s3-fips.us-gov-west-1.amazonaws.com",
|
|
280
|
-
tags: ["fips"],
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
hostname: "s3.dualstack.us-gov-west-1.amazonaws.com",
|
|
284
|
-
tags: ["dualstack"],
|
|
285
|
-
},
|
|
286
|
-
],
|
|
287
|
-
},
|
|
288
|
-
"us-west-1": {
|
|
289
|
-
variants: [
|
|
290
|
-
{
|
|
291
|
-
hostname: "s3.us-west-1.amazonaws.com",
|
|
292
|
-
tags: [],
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
hostname: "s3-fips.dualstack.us-west-1.amazonaws.com",
|
|
296
|
-
tags: ["dualstack", "fips"],
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
hostname: "s3-fips.us-west-1.amazonaws.com",
|
|
300
|
-
tags: ["fips"],
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
hostname: "s3.dualstack.us-west-1.amazonaws.com",
|
|
304
|
-
tags: ["dualstack"],
|
|
305
|
-
},
|
|
306
|
-
],
|
|
307
|
-
},
|
|
308
|
-
"us-west-2": {
|
|
309
|
-
variants: [
|
|
310
|
-
{
|
|
311
|
-
hostname: "s3.us-west-2.amazonaws.com",
|
|
312
|
-
tags: [],
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
hostname: "s3-fips.dualstack.us-west-2.amazonaws.com",
|
|
316
|
-
tags: ["dualstack", "fips"],
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
hostname: "s3-fips.us-west-2.amazonaws.com",
|
|
320
|
-
tags: ["fips"],
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
hostname: "s3.dualstack.us-west-2.amazonaws.com",
|
|
324
|
-
tags: ["dualstack"],
|
|
325
|
-
},
|
|
326
|
-
],
|
|
327
|
-
},
|
|
328
|
-
};
|
|
329
|
-
const partitionHash = {
|
|
330
|
-
aws: {
|
|
331
|
-
regions: [
|
|
332
|
-
"af-south-1",
|
|
333
|
-
"ap-east-1",
|
|
334
|
-
"ap-northeast-1",
|
|
335
|
-
"ap-northeast-2",
|
|
336
|
-
"ap-northeast-3",
|
|
337
|
-
"ap-south-1",
|
|
338
|
-
"ap-southeast-1",
|
|
339
|
-
"ap-southeast-2",
|
|
340
|
-
"ap-southeast-3",
|
|
341
|
-
"aws-global",
|
|
342
|
-
"ca-central-1",
|
|
343
|
-
"eu-central-1",
|
|
344
|
-
"eu-north-1",
|
|
345
|
-
"eu-south-1",
|
|
346
|
-
"eu-west-1",
|
|
347
|
-
"eu-west-2",
|
|
348
|
-
"eu-west-3",
|
|
349
|
-
"fips-ca-central-1",
|
|
350
|
-
"fips-us-east-1",
|
|
351
|
-
"fips-us-east-2",
|
|
352
|
-
"fips-us-west-1",
|
|
353
|
-
"fips-us-west-2",
|
|
354
|
-
"me-central-1",
|
|
355
|
-
"me-south-1",
|
|
356
|
-
"s3-external-1",
|
|
357
|
-
"sa-east-1",
|
|
358
|
-
"us-east-1",
|
|
359
|
-
"us-east-2",
|
|
360
|
-
"us-west-1",
|
|
361
|
-
"us-west-2",
|
|
362
|
-
],
|
|
363
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
364
|
-
variants: [
|
|
365
|
-
{
|
|
366
|
-
hostname: "s3.{region}.amazonaws.com",
|
|
367
|
-
tags: [],
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
hostname: "s3-fips.{region}.amazonaws.com",
|
|
371
|
-
tags: ["fips"],
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
hostname: "s3-fips.dualstack.{region}.amazonaws.com",
|
|
375
|
-
tags: ["dualstack", "fips"],
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
hostname: "s3.dualstack.{region}.amazonaws.com",
|
|
379
|
-
tags: ["dualstack"],
|
|
380
|
-
},
|
|
381
|
-
],
|
|
382
|
-
},
|
|
383
|
-
"aws-cn": {
|
|
384
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
385
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
386
|
-
variants: [
|
|
387
|
-
{
|
|
388
|
-
hostname: "s3.{region}.amazonaws.com.cn",
|
|
389
|
-
tags: [],
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
hostname: "s3-fips.{region}.amazonaws.com.cn",
|
|
393
|
-
tags: ["fips"],
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
hostname: "s3-fips.{region}.api.amazonwebservices.com.cn",
|
|
397
|
-
tags: ["dualstack", "fips"],
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
hostname: "s3.dualstack.{region}.amazonaws.com.cn",
|
|
401
|
-
tags: ["dualstack"],
|
|
402
|
-
},
|
|
403
|
-
],
|
|
404
|
-
},
|
|
405
|
-
"aws-iso": {
|
|
406
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
407
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
408
|
-
variants: [
|
|
409
|
-
{
|
|
410
|
-
hostname: "s3.{region}.c2s.ic.gov",
|
|
411
|
-
tags: [],
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
hostname: "s3-fips.{region}.c2s.ic.gov",
|
|
415
|
-
tags: ["fips"],
|
|
416
|
-
},
|
|
417
|
-
],
|
|
418
|
-
},
|
|
419
|
-
"aws-iso-b": {
|
|
420
|
-
regions: ["us-isob-east-1"],
|
|
421
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
422
|
-
variants: [
|
|
423
|
-
{
|
|
424
|
-
hostname: "s3.{region}.sc2s.sgov.gov",
|
|
425
|
-
tags: [],
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
hostname: "s3-fips.{region}.sc2s.sgov.gov",
|
|
429
|
-
tags: ["fips"],
|
|
430
|
-
},
|
|
431
|
-
],
|
|
432
|
-
},
|
|
433
|
-
"aws-us-gov": {
|
|
434
|
-
regions: ["fips-us-gov-east-1", "fips-us-gov-west-1", "us-gov-east-1", "us-gov-west-1"],
|
|
435
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
436
|
-
variants: [
|
|
437
|
-
{
|
|
438
|
-
hostname: "s3.{region}.amazonaws.com",
|
|
439
|
-
tags: [],
|
|
440
|
-
},
|
|
441
|
-
{
|
|
442
|
-
hostname: "s3-fips.{region}.amazonaws.com",
|
|
443
|
-
tags: ["fips"],
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
hostname: "s3-fips.dualstack.{region}.amazonaws.com",
|
|
447
|
-
tags: ["dualstack", "fips"],
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
hostname: "s3.dualstack.{region}.amazonaws.com",
|
|
451
|
-
tags: ["dualstack"],
|
|
452
|
-
},
|
|
453
|
-
],
|
|
454
|
-
},
|
|
455
|
-
};
|
|
456
|
-
const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
|
|
457
|
-
...options,
|
|
458
|
-
signingService: "s3",
|
|
459
|
-
regionHash,
|
|
460
|
-
partitionHash,
|
|
461
|
-
});
|
|
462
|
-
exports.defaultRegionInfoProvider = defaultRegionInfoProvider;
|