Skip to content

Commit 6b90b7b

Browse files
authored
Enable compiled endpoint rules for s3, s3control and glacier (#4829)
1 parent 7d74662 commit 6b90b7b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

services/glacier/src/main/resources/codegen-resources/customization.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true,
34

45
"customErrorCodeFieldName": "code",
56

services/s3/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,5 +283,6 @@
283283
}
284284
}
285285
},
286-
"useSraAuth": true
286+
"useSraAuth": true,
287+
"enableGenerateCompiledEndpointRules": true
287288
}

services/s3control/src/main/resources/codegen-resources/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"useSraAuth": true,
3+
"enableGenerateCompiledEndpointRules": true,
34
"serviceConfig": {
45
"className": "S3ControlConfiguration",
56
"hasDualstackProperty": true,
@@ -21,4 +22,4 @@
2122
"software.amazon.awssdk.services.s3control.internal.interceptors.ConfigureSignerInterceptor",
2223
"software.amazon.awssdk.services.s3control.internal.interceptors.PayloadSigningInterceptor"
2324
]
24-
}
25+
}

0 commit comments

Comments
 (0)