@takosjp/yurucommu-core 3.4.4 → 3.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -234,7 +234,7 @@ media.post("/upload", async (c) => {
|
|
|
234
234
|
// transcode pipeline, and buffering a 40MB video would pressure the Worker
|
|
235
235
|
// memory budget.
|
|
236
236
|
if (isVideo) {
|
|
237
|
-
await media.put(r2Key, file
|
|
237
|
+
await media.put(r2Key, file, {
|
|
238
238
|
httpMetadata: { contentType },
|
|
239
239
|
});
|
|
240
240
|
} else {
|