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 d2789d9 commit c32847fCopy full SHA for c32847f
tests/unit/s3.test.ts
@@ -50,7 +50,7 @@ describe("S3 Presigned URL Functions", () => {
50
});
51
52
test("creates a presigned PUT URL with custom expiration", async () => {
53
- const mockUrl = "https://s3.amazonaws.com/bucket/key?signature=abc";
+ const mockUrl = "https://s3.amazonaws.com/bucket/key?signature=xyz";
54
const mockS3Client = new S3Client({ region: "us-east-1" });
55
56
const result = await createPresignedPut({
0 commit comments