Skip to content

Commit

Permalink
chore(media): azure support
Browse files Browse the repository at this point in the history
  • Loading branch information
hassiebp committed Nov 25, 2024
1 parent b9aa3bc commit 6aafb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions langfuse-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,7 @@ abstract class LangfuseCoreStateless {
headers: {
"Content-Type": media._contentType,
"x-amz-checksum-sha256": media.contentSha256Hash,
"x-ms-blob-type": "BlockBlob",
},
});

Expand Down

0 comments on commit 6aafb8c

Please sign in to comment.