Skip to content

Commit

Permalink
chore(codegen): temp generate clients/client-s3-control
Browse files Browse the repository at this point in the history
  • Loading branch information
syall committed Nov 22, 2023
1 parent 8554cd5 commit 4efb367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-s3-control/src/runtimeConfig.shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const getRuntimeConfig = (config: S3ControlClientConfig) => {
],
logger: config?.logger ?? new NoOpLogger(),
serviceId: config?.serviceId ?? "S3 Control",
signingEscapePath: config?.signingEscapePath ?? false,
urlParser: config?.urlParser ?? parseUrl,
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
utf8Encoder: config?.utf8Encoder ?? toUtf8,
Expand Down

0 comments on commit 4efb367

Please sign in to comment.