Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(media): azure support #465

Merged
merged 2 commits into from
Nov 25, 2024
Merged

chore(media): azure support #465

merged 2 commits into from
Nov 25, 2024

Conversation

hassiebp
Copy link
Contributor

@hassiebp hassiebp commented Nov 25, 2024

Important

Add x-ms-blob-type: BlockBlob header in LangfuseCoreStateless to support Azure Blob Storage.

  • Behavior:
    • Add x-ms-blob-type: BlockBlob header in LangfuseCoreStateless class to support Azure Blob Storage uploads.

This description was created by Ellipsis for 6aafb8c. It will automatically update as commits are pushed.

Copy link

vercel bot commented Nov 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
langfuse-js ✅ Ready (Inspect) Visit Preview Nov 25, 2024 10:51am

@hassiebp hassiebp merged commit 95461bd into main Nov 25, 2024
2 of 3 checks passed
@hassiebp hassiebp deleted the add-azure-support branch November 25, 2024 10:47
Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

Added Azure Blob Storage support by including the required 'x-ms-blob-type: BlockBlob' header in media upload requests within the core package.

  • Added 'x-ms-blob-type: BlockBlob' header in processMediaItem method in /langfuse-core/src/index.ts for Azure Blob Storage compatibility
  • Change maintains backward compatibility with existing storage backends while enabling Azure support
  • Implementation follows Azure Blob Storage API requirements for blob uploads

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Disclaimer: Experimental PR review

PR Summary

(updates since last review)

No major changes found since last review. The previous review already covered the key aspects of adding Azure Blob Storage support through the 'x-ms-blob-type' header modification in the processMediaItem method.

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant