Can we have Milvus to put data into different buckets under minio? #38116
xiaobingxia-at
started this conversation in
Ideas & Feature requests
Replies: 1 comment
-
this is probably not our design goal for milvus. We are working on BYOK feature but that is Zilliz only and user can specify why Rootkey for different collections |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, right now Milvus requires to specify one min io bucket name and root path, and all data including "index, insertLogs, deltaLogs" will be persisted into the minio bucket name + root path.
I want to have the data to be organized in this way:
The main reason is that we want each collection has a min io encryption key, which only be applied at the bucket level.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions