@@ -9,7 +9,7 @@ export interface AwsConfigKeyStatus {
99 */
1010export const AWS_CONFIG_KEY_MAP : Record < string , AwsConfigKeyStatus > = {
1111 apiVersion : {
12- deprecationMessage : ` The client uses the "latest" apiVersion.` ,
12+ deprecationMessage : ' The client uses the "latest" apiVersion.' ,
1313 } ,
1414 computeChecksums : {
1515 deprecationMessage : "Applicable commands of S3 will automatically compute the MD5 checksums." ,
@@ -65,8 +65,8 @@ export const AWS_CONFIG_KEY_MAP: Record<string, AwsConfigKeyStatus> = {
6565 newKeyName : "useArnRegion" ,
6666 } ,
6767 s3UsEast1RegionalEndpoint : {
68- description : ` S3 client will always use regional endpoint if region is set to "us-east-1".` ,
69- deprecationMessage : ` Set region to "aws-global" to send requests to S3 global endpoint.` ,
68+ description : ' S3 client will always use regional endpoint if region is set to "us-east-1".' ,
69+ deprecationMessage : ' Set region to "aws-global" to send requests to S3 global endpoint.' ,
7070 } ,
7171 signatureCache : {
7272 deprecationMessage : "SDK always caches the hashed signing keys." ,
@@ -78,8 +78,8 @@ export const AWS_CONFIG_KEY_MAP: Record<string, AwsConfigKeyStatus> = {
7878 newKeyName : "tls" ,
7979 } ,
8080 stsRegionalEndpoints : {
81- description : ` STS client will always use regional endpoints if set to a specific region.` ,
82- deprecationMessage : ` Set region to "aws-global" to send requests to STS global endpoint.` ,
81+ description : " STS client will always use regional endpoints if set to a specific region." ,
82+ deprecationMessage : ' Set region to "aws-global" to send requests to STS global endpoint.' ,
8383 } ,
8484 useAccelerateEndpoint : { } ,
8585 useDualstackEndpoint : { } ,
0 commit comments