Skip to content

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)
@badmonster0 badmonster0 changed the base branch from main to azure-blob July 14, 2025 00:18
@badmonster0
Copy link
Member

Thanks! We'll merge into a branch and make further changes before merging into main.

@badmonster0 badmonster0 merged commit 4ae14d1 into cocoindex-io:azure-blob Jul 14, 2025
6 checks passed
georgeh0 added a commit that referenced this pull request Jul 14, 2025
* add Azure Blob Storage source with full authentication support (#736)

- 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)

* feat(azure-blob): simplify and fix authentication

* docs: revise the docs for Azure Blob source

---------

Co-authored-by: wykrrr <wykrrr@gmail.com>
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.

2 participants