in src/transforms/v2-to-v3/apis/replaceS3GetSignedUrlApi.ts [73:80]
const getSignedUrlArgs: (ClientIdentifier | NewExpression | ObjectExpression)[] = [
clientId,
j.newExpression(j.identifier(getCommandName(apiName)), [params]),
];
if (options.properties.length > 0) {
getSignedUrlArgs.push(options);
}