mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
Upgrade milvus-storage from 33bf815 to 91df193. This includes the fix from milvus-io/milvus-storage#337, which resolves a namespace collision where both Milvus and milvus-storage defined identical credentials provider classes in the same namespace. Although no compile-time redefinition errors occurred, the dynamic linker could resolve to the wrong implementation at runtime, potentially causing cloud authentication failures due to configuration mismatches. The fix changes milvus-storage's credentials provider namespace to `milvus_storage`, ensuring each project uses its own implementation. Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>