Skip to content

add Azure Blob Storage source with full authentication support #736

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wykrrr
Copy link
Contributor

@wykrrr wykrrr commented Jul 12, 2025

  • Implement Azure Blob Storage source following S3 pattern
  • Support multiple authentication methods with priority:
    • Connection string (highest priority)
    • SAS token (with proper permissions validation)
    • Account key (full access)
    • Anonymous access (public containers)
  • Include file pattern filtering (include/exclude glob patterns)

  - Implement Azure Blob Storage source following S3 pattern
  - Support multiple authentication methods with priority:
    * Connection string (highest priority)
    * SAS token (with proper permissions validation)
    * Account key (full access)
    * Anonymous access (public containers)
  - Include file pattern filtering (include/exclude glob patterns)
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