Skip to content

Commit ab32e7c

Browse files
committed
fix: allow blobs to be overwritten
1 parent 1864402 commit ab32e7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/blob.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export async function putBlob(options: {
1515
access: "public",
1616
contentType: options.contentType,
1717
cacheControlMaxAge: options.cacheControlMaxAge,
18+
allowOverwrite: true,
1819
});
1920

2021
return {

0 commit comments

Comments
 (0)