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 30cfb43 commit 936b2ffCopy full SHA for 936b2ff
packages/s3-request-presigner/src/getSignedUrl.ts
@@ -52,7 +52,6 @@ export const getSignedUrl = async <
52
//@ts-ignore the output is faked, so it's not actually OutputType
53
presigned = output.presigned;
54
} finally {
55
- // client middleware stack should not be altered by this function
56
client.middlewareStack.remove("presignInterceptMiddleware");
57
}
58
packages/s3-request-presigner/src/indext.ts renamed to packages/s3-request-presigner/src/index.ts
0 commit comments