Skip to content

Commit 936b2ff

Browse files
committed
fix(s3-request-presigner): address feedbacks
1 parent 30cfb43 commit 936b2ff

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

packages/s3-request-presigner/src/getSignedUrl.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export const getSignedUrl = async <
5252
//@ts-ignore the output is faked, so it's not actually OutputType
5353
presigned = output.presigned;
5454
} finally {
55-
// client middleware stack should not be altered by this function
5655
client.middlewareStack.remove("presignInterceptMiddleware");
5756
}
5857

0 commit comments

Comments
 (0)