We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f1b0c commit 367dae4Copy full SHA for 367dae4
src/transforms/v2-to-v3/config/AWS_CONFIG_KEY_MAP.ts
@@ -9,7 +9,7 @@ export interface AwsConfigKeyStatus {
9
*/
10
export const AWS_CONFIG_KEY_MAP: Record<string, AwsConfigKeyStatus> = {
11
apiVersion: {
12
- deprecationMessage: `The client uses the "latest" apiVersion.`,
+ deprecationMessage: 'The client uses the "latest" apiVersion.',
13
},
14
computeChecksums: {
15
deprecationMessage: "Applicable commands of S3 will automatically compute the MD5 checksums.",
0 commit comments