@aws-sdk/client-s3-control 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 +19 -0
- package/dist-cjs/S3ControlClient.js +12 -9
- package/dist-cjs/commands/CreateAccessPointCommand.js +13 -0
- package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/CreateBucketCommand.js +13 -0
- package/dist-cjs/commands/CreateJobCommand.js +12 -0
- package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +12 -0
- package/dist-cjs/commands/DeleteAccessPointCommand.js +13 -0
- package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +13 -0
- package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/DeleteBucketCommand.js +13 -0
- package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -0
- package/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -0
- package/dist-cjs/commands/DeleteJobTaggingCommand.js +12 -0
- package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +12 -0
- package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +12 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +12 -0
- package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-cjs/commands/DescribeJobCommand.js +12 -0
- package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointCommand.js +13 -0
- package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointPolicyCommand.js +13 -0
- package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +13 -0
- package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/GetBucketCommand.js +13 -0
- package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-cjs/commands/GetBucketPolicyCommand.js +13 -0
- package/dist-cjs/commands/GetBucketTaggingCommand.js +13 -0
- package/dist-cjs/commands/GetBucketVersioningCommand.js +11 -0
- package/dist-cjs/commands/GetJobTaggingCommand.js +12 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +12 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +12 -0
- package/dist-cjs/commands/GetPublicAccessBlockCommand.js +12 -0
- package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +12 -0
- package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-cjs/commands/ListAccessPointsCommand.js +13 -0
- package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/ListJobsCommand.js +12 -0
- package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +12 -0
- package/dist-cjs/commands/ListRegionalBucketsCommand.js +13 -0
- package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +12 -0
- package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/PutAccessPointPolicyCommand.js +13 -0
- package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-cjs/commands/PutBucketPolicyCommand.js +13 -0
- package/dist-cjs/commands/PutBucketTaggingCommand.js +13 -0
- package/dist-cjs/commands/PutBucketVersioningCommand.js +11 -0
- package/dist-cjs/commands/PutJobTaggingCommand.js +12 -0
- package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-cjs/commands/PutPublicAccessBlockCommand.js +12 -0
- package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +12 -0
- package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-cjs/commands/UpdateJobPriorityCommand.js +12 -0
- package/dist-cjs/commands/UpdateJobStatusCommand.js +12 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +2354 -0
- package/dist-cjs/protocols/Aws_restXml.js +12 -15
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/S3ControlClient.js +13 -10
- package/dist-es/commands/CreateAccessPointCommand.js +13 -0
- package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/CreateBucketCommand.js +13 -0
- package/dist-es/commands/CreateJobCommand.js +12 -0
- package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +12 -0
- package/dist-es/commands/DeleteAccessPointCommand.js +13 -0
- package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/DeleteAccessPointPolicyCommand.js +13 -0
- package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/DeleteBucketCommand.js +13 -0
- package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-es/commands/DeleteBucketPolicyCommand.js +13 -0
- package/dist-es/commands/DeleteBucketTaggingCommand.js +13 -0
- package/dist-es/commands/DeleteJobTaggingCommand.js +12 -0
- package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +12 -0
- package/dist-es/commands/DeletePublicAccessBlockCommand.js +12 -0
- package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +12 -0
- package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-es/commands/DescribeJobCommand.js +12 -0
- package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +12 -0
- package/dist-es/commands/GetAccessPointCommand.js +13 -0
- package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetAccessPointPolicyCommand.js +13 -0
- package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +13 -0
- package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/GetBucketCommand.js +13 -0
- package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-es/commands/GetBucketPolicyCommand.js +13 -0
- package/dist-es/commands/GetBucketTaggingCommand.js +13 -0
- package/dist-es/commands/GetBucketVersioningCommand.js +11 -0
- package/dist-es/commands/GetJobTaggingCommand.js +12 -0
- package/dist-es/commands/GetMultiRegionAccessPointCommand.js +12 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +12 -0
- package/dist-es/commands/GetPublicAccessBlockCommand.js +12 -0
- package/dist-es/commands/GetStorageLensConfigurationCommand.js +12 -0
- package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-es/commands/ListAccessPointsCommand.js +13 -0
- package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/ListJobsCommand.js +12 -0
- package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +12 -0
- package/dist-es/commands/ListRegionalBucketsCommand.js +13 -0
- package/dist-es/commands/ListStorageLensConfigurationsCommand.js +12 -0
- package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/PutAccessPointPolicyCommand.js +13 -0
- package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +12 -0
- package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -0
- package/dist-es/commands/PutBucketPolicyCommand.js +13 -0
- package/dist-es/commands/PutBucketTaggingCommand.js +13 -0
- package/dist-es/commands/PutBucketVersioningCommand.js +11 -0
- package/dist-es/commands/PutJobTaggingCommand.js +12 -0
- package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +12 -0
- package/dist-es/commands/PutPublicAccessBlockCommand.js +12 -0
- package/dist-es/commands/PutStorageLensConfigurationCommand.js +12 -0
- package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +12 -0
- package/dist-es/commands/UpdateJobPriorityCommand.js +12 -0
- package/dist-es/commands/UpdateJobStatusCommand.js +12 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +2351 -0
- package/dist-es/protocols/Aws_restXml.js +12 -15
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/S3ControlClient.d.ts +6 -9
- package/dist-types/commands/CreateAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteJobTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetBucketPolicyCommand.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/GetJobTaggingCommand.d.ts +2 -0
- package/dist-types/commands/GetMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/GetStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessPointsCommand.d.ts +2 -0
- package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -0
- package/dist-types/commands/ListRegionalBucketsCommand.d.ts +2 -0
- package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutBucketPolicyCommand.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/PutJobTaggingCommand.d.ts +2 -0
- package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobPriorityCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobStatusCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/S3ControlClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBucketPolicyCommand.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/GetJobTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutBucketPolicyCommand.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/PutJobTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -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/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +32 -31
- package/dist-cjs/endpoints.js +0 -467
- package/dist-es/endpoints.js +0 -463
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/dist-es/endpoints.js
DELETED
|
@@ -1,463 +0,0 @@
|
|
|
1
|
-
import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
2
|
-
const regionHash = {
|
|
3
|
-
"ap-northeast-1": {
|
|
4
|
-
variants: [
|
|
5
|
-
{
|
|
6
|
-
hostname: "s3-control.ap-northeast-1.amazonaws.com",
|
|
7
|
-
tags: [],
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
hostname: "s3-control.dualstack.ap-northeast-1.amazonaws.com",
|
|
11
|
-
tags: ["dualstack"],
|
|
12
|
-
},
|
|
13
|
-
],
|
|
14
|
-
signingRegion: "ap-northeast-1",
|
|
15
|
-
},
|
|
16
|
-
"ap-northeast-2": {
|
|
17
|
-
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "s3-control.ap-northeast-2.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
hostname: "s3-control.dualstack.ap-northeast-2.amazonaws.com",
|
|
24
|
-
tags: ["dualstack"],
|
|
25
|
-
},
|
|
26
|
-
],
|
|
27
|
-
signingRegion: "ap-northeast-2",
|
|
28
|
-
},
|
|
29
|
-
"ap-northeast-3": {
|
|
30
|
-
variants: [
|
|
31
|
-
{
|
|
32
|
-
hostname: "s3-control.ap-northeast-3.amazonaws.com",
|
|
33
|
-
tags: [],
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
hostname: "s3-control.dualstack.ap-northeast-3.amazonaws.com",
|
|
37
|
-
tags: ["dualstack"],
|
|
38
|
-
},
|
|
39
|
-
],
|
|
40
|
-
signingRegion: "ap-northeast-3",
|
|
41
|
-
},
|
|
42
|
-
"ap-south-1": {
|
|
43
|
-
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "s3-control.ap-south-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
hostname: "s3-control.dualstack.ap-south-1.amazonaws.com",
|
|
50
|
-
tags: ["dualstack"],
|
|
51
|
-
},
|
|
52
|
-
],
|
|
53
|
-
signingRegion: "ap-south-1",
|
|
54
|
-
},
|
|
55
|
-
"ap-southeast-1": {
|
|
56
|
-
variants: [
|
|
57
|
-
{
|
|
58
|
-
hostname: "s3-control.ap-southeast-1.amazonaws.com",
|
|
59
|
-
tags: [],
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
hostname: "s3-control.dualstack.ap-southeast-1.amazonaws.com",
|
|
63
|
-
tags: ["dualstack"],
|
|
64
|
-
},
|
|
65
|
-
],
|
|
66
|
-
signingRegion: "ap-southeast-1",
|
|
67
|
-
},
|
|
68
|
-
"ap-southeast-2": {
|
|
69
|
-
variants: [
|
|
70
|
-
{
|
|
71
|
-
hostname: "s3-control.ap-southeast-2.amazonaws.com",
|
|
72
|
-
tags: [],
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
hostname: "s3-control.dualstack.ap-southeast-2.amazonaws.com",
|
|
76
|
-
tags: ["dualstack"],
|
|
77
|
-
},
|
|
78
|
-
],
|
|
79
|
-
signingRegion: "ap-southeast-2",
|
|
80
|
-
},
|
|
81
|
-
"ca-central-1": {
|
|
82
|
-
variants: [
|
|
83
|
-
{
|
|
84
|
-
hostname: "s3-control.ca-central-1.amazonaws.com",
|
|
85
|
-
tags: [],
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
hostname: "s3-control-fips.ca-central-1.amazonaws.com",
|
|
89
|
-
tags: ["fips"],
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
hostname: "s3-control-fips.dualstack.ca-central-1.amazonaws.com",
|
|
93
|
-
tags: ["dualstack", "fips"],
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
hostname: "s3-control.dualstack.ca-central-1.amazonaws.com",
|
|
97
|
-
tags: ["dualstack"],
|
|
98
|
-
},
|
|
99
|
-
],
|
|
100
|
-
signingRegion: "ca-central-1",
|
|
101
|
-
},
|
|
102
|
-
"cn-north-1": {
|
|
103
|
-
variants: [
|
|
104
|
-
{
|
|
105
|
-
hostname: "s3-control.cn-north-1.amazonaws.com.cn",
|
|
106
|
-
tags: [],
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
hostname: "s3-control.dualstack.cn-north-1.amazonaws.com.cn",
|
|
110
|
-
tags: ["dualstack"],
|
|
111
|
-
},
|
|
112
|
-
],
|
|
113
|
-
signingRegion: "cn-north-1",
|
|
114
|
-
},
|
|
115
|
-
"cn-northwest-1": {
|
|
116
|
-
variants: [
|
|
117
|
-
{
|
|
118
|
-
hostname: "s3-control.cn-northwest-1.amazonaws.com.cn",
|
|
119
|
-
tags: [],
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
hostname: "s3-control.dualstack.cn-northwest-1.amazonaws.com.cn",
|
|
123
|
-
tags: ["dualstack"],
|
|
124
|
-
},
|
|
125
|
-
],
|
|
126
|
-
signingRegion: "cn-northwest-1",
|
|
127
|
-
},
|
|
128
|
-
"eu-central-1": {
|
|
129
|
-
variants: [
|
|
130
|
-
{
|
|
131
|
-
hostname: "s3-control.eu-central-1.amazonaws.com",
|
|
132
|
-
tags: [],
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
hostname: "s3-control.dualstack.eu-central-1.amazonaws.com",
|
|
136
|
-
tags: ["dualstack"],
|
|
137
|
-
},
|
|
138
|
-
],
|
|
139
|
-
signingRegion: "eu-central-1",
|
|
140
|
-
},
|
|
141
|
-
"eu-north-1": {
|
|
142
|
-
variants: [
|
|
143
|
-
{
|
|
144
|
-
hostname: "s3-control.eu-north-1.amazonaws.com",
|
|
145
|
-
tags: [],
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
hostname: "s3-control.dualstack.eu-north-1.amazonaws.com",
|
|
149
|
-
tags: ["dualstack"],
|
|
150
|
-
},
|
|
151
|
-
],
|
|
152
|
-
signingRegion: "eu-north-1",
|
|
153
|
-
},
|
|
154
|
-
"eu-west-1": {
|
|
155
|
-
variants: [
|
|
156
|
-
{
|
|
157
|
-
hostname: "s3-control.eu-west-1.amazonaws.com",
|
|
158
|
-
tags: [],
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
hostname: "s3-control.dualstack.eu-west-1.amazonaws.com",
|
|
162
|
-
tags: ["dualstack"],
|
|
163
|
-
},
|
|
164
|
-
],
|
|
165
|
-
signingRegion: "eu-west-1",
|
|
166
|
-
},
|
|
167
|
-
"eu-west-2": {
|
|
168
|
-
variants: [
|
|
169
|
-
{
|
|
170
|
-
hostname: "s3-control.eu-west-2.amazonaws.com",
|
|
171
|
-
tags: [],
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
hostname: "s3-control.dualstack.eu-west-2.amazonaws.com",
|
|
175
|
-
tags: ["dualstack"],
|
|
176
|
-
},
|
|
177
|
-
],
|
|
178
|
-
signingRegion: "eu-west-2",
|
|
179
|
-
},
|
|
180
|
-
"eu-west-3": {
|
|
181
|
-
variants: [
|
|
182
|
-
{
|
|
183
|
-
hostname: "s3-control.eu-west-3.amazonaws.com",
|
|
184
|
-
tags: [],
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
hostname: "s3-control.dualstack.eu-west-3.amazonaws.com",
|
|
188
|
-
tags: ["dualstack"],
|
|
189
|
-
},
|
|
190
|
-
],
|
|
191
|
-
signingRegion: "eu-west-3",
|
|
192
|
-
},
|
|
193
|
-
"sa-east-1": {
|
|
194
|
-
variants: [
|
|
195
|
-
{
|
|
196
|
-
hostname: "s3-control.sa-east-1.amazonaws.com",
|
|
197
|
-
tags: [],
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
hostname: "s3-control.dualstack.sa-east-1.amazonaws.com",
|
|
201
|
-
tags: ["dualstack"],
|
|
202
|
-
},
|
|
203
|
-
],
|
|
204
|
-
signingRegion: "sa-east-1",
|
|
205
|
-
},
|
|
206
|
-
"us-east-1": {
|
|
207
|
-
variants: [
|
|
208
|
-
{
|
|
209
|
-
hostname: "s3-control.us-east-1.amazonaws.com",
|
|
210
|
-
tags: [],
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
hostname: "s3-control-fips.dualstack.us-east-1.amazonaws.com",
|
|
214
|
-
tags: ["dualstack", "fips"],
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
hostname: "s3-control-fips.us-east-1.amazonaws.com",
|
|
218
|
-
tags: ["fips"],
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
hostname: "s3-control.dualstack.us-east-1.amazonaws.com",
|
|
222
|
-
tags: ["dualstack"],
|
|
223
|
-
},
|
|
224
|
-
],
|
|
225
|
-
signingRegion: "us-east-1",
|
|
226
|
-
},
|
|
227
|
-
"us-east-2": {
|
|
228
|
-
variants: [
|
|
229
|
-
{
|
|
230
|
-
hostname: "s3-control.us-east-2.amazonaws.com",
|
|
231
|
-
tags: [],
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
hostname: "s3-control-fips.dualstack.us-east-2.amazonaws.com",
|
|
235
|
-
tags: ["dualstack", "fips"],
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
hostname: "s3-control-fips.us-east-2.amazonaws.com",
|
|
239
|
-
tags: ["fips"],
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
hostname: "s3-control.dualstack.us-east-2.amazonaws.com",
|
|
243
|
-
tags: ["dualstack"],
|
|
244
|
-
},
|
|
245
|
-
],
|
|
246
|
-
signingRegion: "us-east-2",
|
|
247
|
-
},
|
|
248
|
-
"us-gov-east-1": {
|
|
249
|
-
variants: [
|
|
250
|
-
{
|
|
251
|
-
hostname: "s3-control.us-gov-east-1.amazonaws.com",
|
|
252
|
-
tags: [],
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
hostname: "s3-control-fips.dualstack.us-gov-east-1.amazonaws.com",
|
|
256
|
-
tags: ["dualstack", "fips"],
|
|
257
|
-
},
|
|
258
|
-
{
|
|
259
|
-
hostname: "s3-control-fips.us-gov-east-1.amazonaws.com",
|
|
260
|
-
tags: ["fips"],
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
hostname: "s3-control.dualstack.us-gov-east-1.amazonaws.com",
|
|
264
|
-
tags: ["dualstack"],
|
|
265
|
-
},
|
|
266
|
-
],
|
|
267
|
-
signingRegion: "us-gov-east-1",
|
|
268
|
-
},
|
|
269
|
-
"us-gov-west-1": {
|
|
270
|
-
variants: [
|
|
271
|
-
{
|
|
272
|
-
hostname: "s3-control.us-gov-west-1.amazonaws.com",
|
|
273
|
-
tags: [],
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
hostname: "s3-control-fips.dualstack.us-gov-west-1.amazonaws.com",
|
|
277
|
-
tags: ["dualstack", "fips"],
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
hostname: "s3-control-fips.us-gov-west-1.amazonaws.com",
|
|
281
|
-
tags: ["fips"],
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
hostname: "s3-control.dualstack.us-gov-west-1.amazonaws.com",
|
|
285
|
-
tags: ["dualstack"],
|
|
286
|
-
},
|
|
287
|
-
],
|
|
288
|
-
signingRegion: "us-gov-west-1",
|
|
289
|
-
},
|
|
290
|
-
"us-west-1": {
|
|
291
|
-
variants: [
|
|
292
|
-
{
|
|
293
|
-
hostname: "s3-control.us-west-1.amazonaws.com",
|
|
294
|
-
tags: [],
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
hostname: "s3-control-fips.dualstack.us-west-1.amazonaws.com",
|
|
298
|
-
tags: ["dualstack", "fips"],
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
hostname: "s3-control-fips.us-west-1.amazonaws.com",
|
|
302
|
-
tags: ["fips"],
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
hostname: "s3-control.dualstack.us-west-1.amazonaws.com",
|
|
306
|
-
tags: ["dualstack"],
|
|
307
|
-
},
|
|
308
|
-
],
|
|
309
|
-
signingRegion: "us-west-1",
|
|
310
|
-
},
|
|
311
|
-
"us-west-2": {
|
|
312
|
-
variants: [
|
|
313
|
-
{
|
|
314
|
-
hostname: "s3-control.us-west-2.amazonaws.com",
|
|
315
|
-
tags: [],
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
hostname: "s3-control-fips.dualstack.us-west-2.amazonaws.com",
|
|
319
|
-
tags: ["dualstack", "fips"],
|
|
320
|
-
},
|
|
321
|
-
{
|
|
322
|
-
hostname: "s3-control-fips.us-west-2.amazonaws.com",
|
|
323
|
-
tags: ["fips"],
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
hostname: "s3-control.dualstack.us-west-2.amazonaws.com",
|
|
327
|
-
tags: ["dualstack"],
|
|
328
|
-
},
|
|
329
|
-
],
|
|
330
|
-
signingRegion: "us-west-2",
|
|
331
|
-
},
|
|
332
|
-
};
|
|
333
|
-
const partitionHash = {
|
|
334
|
-
aws: {
|
|
335
|
-
regions: [
|
|
336
|
-
"af-south-1",
|
|
337
|
-
"ap-east-1",
|
|
338
|
-
"ap-northeast-1",
|
|
339
|
-
"ap-northeast-2",
|
|
340
|
-
"ap-northeast-3",
|
|
341
|
-
"ap-south-1",
|
|
342
|
-
"ap-southeast-1",
|
|
343
|
-
"ap-southeast-2",
|
|
344
|
-
"ap-southeast-3",
|
|
345
|
-
"ca-central-1",
|
|
346
|
-
"ca-central-1-fips",
|
|
347
|
-
"eu-central-1",
|
|
348
|
-
"eu-north-1",
|
|
349
|
-
"eu-south-1",
|
|
350
|
-
"eu-west-1",
|
|
351
|
-
"eu-west-2",
|
|
352
|
-
"eu-west-3",
|
|
353
|
-
"me-central-1",
|
|
354
|
-
"me-south-1",
|
|
355
|
-
"sa-east-1",
|
|
356
|
-
"us-east-1",
|
|
357
|
-
"us-east-1-fips",
|
|
358
|
-
"us-east-2",
|
|
359
|
-
"us-east-2-fips",
|
|
360
|
-
"us-west-1",
|
|
361
|
-
"us-west-1-fips",
|
|
362
|
-
"us-west-2",
|
|
363
|
-
"us-west-2-fips",
|
|
364
|
-
],
|
|
365
|
-
regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
|
366
|
-
variants: [
|
|
367
|
-
{
|
|
368
|
-
hostname: "s3-control.{region}.amazonaws.com",
|
|
369
|
-
tags: [],
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
hostname: "s3-control-fips.{region}.amazonaws.com",
|
|
373
|
-
tags: ["fips"],
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
hostname: "s3-control-fips.dualstack.{region}.amazonaws.com",
|
|
377
|
-
tags: ["dualstack", "fips"],
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
hostname: "s3-control.dualstack.{region}.amazonaws.com",
|
|
381
|
-
tags: ["dualstack"],
|
|
382
|
-
},
|
|
383
|
-
],
|
|
384
|
-
},
|
|
385
|
-
"aws-cn": {
|
|
386
|
-
regions: ["cn-north-1", "cn-northwest-1"],
|
|
387
|
-
regionRegex: "^cn\\-\\w+\\-\\d+$",
|
|
388
|
-
variants: [
|
|
389
|
-
{
|
|
390
|
-
hostname: "s3-control.{region}.amazonaws.com.cn",
|
|
391
|
-
tags: [],
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
hostname: "s3-control-fips.{region}.amazonaws.com.cn",
|
|
395
|
-
tags: ["fips"],
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
hostname: "s3-control-fips.{region}.api.amazonwebservices.com.cn",
|
|
399
|
-
tags: ["dualstack", "fips"],
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
hostname: "s3-control.dualstack.{region}.amazonaws.com.cn",
|
|
403
|
-
tags: ["dualstack"],
|
|
404
|
-
},
|
|
405
|
-
],
|
|
406
|
-
},
|
|
407
|
-
"aws-iso": {
|
|
408
|
-
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
409
|
-
regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
|
|
410
|
-
variants: [
|
|
411
|
-
{
|
|
412
|
-
hostname: "s3-control.{region}.c2s.ic.gov",
|
|
413
|
-
tags: [],
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
hostname: "s3-control-fips.{region}.c2s.ic.gov",
|
|
417
|
-
tags: ["fips"],
|
|
418
|
-
},
|
|
419
|
-
],
|
|
420
|
-
},
|
|
421
|
-
"aws-iso-b": {
|
|
422
|
-
regions: ["us-isob-east-1"],
|
|
423
|
-
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
|
|
424
|
-
variants: [
|
|
425
|
-
{
|
|
426
|
-
hostname: "s3-control.{region}.sc2s.sgov.gov",
|
|
427
|
-
tags: [],
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
hostname: "s3-control-fips.{region}.sc2s.sgov.gov",
|
|
431
|
-
tags: ["fips"],
|
|
432
|
-
},
|
|
433
|
-
],
|
|
434
|
-
},
|
|
435
|
-
"aws-us-gov": {
|
|
436
|
-
regions: ["us-gov-east-1", "us-gov-east-1-fips", "us-gov-west-1", "us-gov-west-1-fips"],
|
|
437
|
-
regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
|
|
438
|
-
variants: [
|
|
439
|
-
{
|
|
440
|
-
hostname: "s3-control.{region}.amazonaws.com",
|
|
441
|
-
tags: [],
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
hostname: "s3-control-fips.{region}.amazonaws.com",
|
|
445
|
-
tags: ["fips"],
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
hostname: "s3-control-fips.dualstack.{region}.amazonaws.com",
|
|
449
|
-
tags: ["dualstack", "fips"],
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
hostname: "s3-control.dualstack.{region}.amazonaws.com",
|
|
453
|
-
tags: ["dualstack"],
|
|
454
|
-
},
|
|
455
|
-
],
|
|
456
|
-
},
|
|
457
|
-
};
|
|
458
|
-
export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
|
|
459
|
-
...options,
|
|
460
|
-
signingService: "s3",
|
|
461
|
-
regionHash,
|
|
462
|
-
partitionHash,
|
|
463
|
-
});
|