Skip to content

Commit 08298f6

Browse files
authored
chore(media): azure support (#1008)
1 parent 72ce66c commit 08298f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

langfuse/_task_manager/media_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def _process_upload_media_job(
200200
headers={
201201
"Content-Type": data["content_type"],
202202
"x-amz-checksum-sha256": data["content_sha256_hash"],
203+
"x-ms-blob-type": "BlockBlob",
203204
},
204205
data=data["content_bytes"],
205206
)

0 commit comments

Comments
 (0)