Skip to content

docs: clarify storage credential provider usage#152

Merged
prrao87 merged 1 commit intomainfrom
codex/storage-provider-docs-120
Feb 19, 2026
Merged

docs: clarify storage credential provider usage#152
prrao87 merged 1 commit intomainfrom
codex/storage-provider-docs-120

Conversation

@prrao87
Copy link
Contributor

@prrao87 prrao87 commented Feb 19, 2026

Summary

  • document dynamic cloud credential refresh using storage_options_provider in storage configuration docs
  • add a Python snippet showing a provider object with fetch_storage_options() and refresh keys
  • expand general object store options table and backend-support note
  • bump docs dependency floor to lancedb>=0.29.2 (first stable release with storage_options_provider)
  • include existing snippet/dependency lock updates present in this workspace (docs/snippets/integrations.mdx, uv.lock)

Issue

Closes #120

Testing

Ran tests in tests/py/test_storage.py.

Document storage_options_provider usage for Python cloud storage and refresh behavior, update general option docs, and bump lancedb minimum version to 0.26.0.

Closes #120
@prrao87 prrao87 merged commit 3b15183 into main Feb 19, 2026
2 checks passed
@prrao87 prrao87 deleted the codex/storage-provider-docs-120 branch February 19, 2026 16:55
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.

Storage provider options for cloud connections is unclear

1 participant

Comments