hou can i change milvus cluster storage backend to alibaba cloud oss? #39488
-
i noticed from storage backend that Milvus supports multiple object storage backends, including Alibaba Cloud OSS, so how can i configure Alibaba Cloud OSS as my stroage backend? and if i use Alibaba Cloud OSS , how can i bulk insert my data? it seems that RemoteBulkWriter is just for AWS? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
OSS is fully compatible with S3 so I'm assuming this is not a issue |
Beta Was this translation helpful? Give feedback.
-
In the milvys.yaml, set minio.cloudProvider to be "aliyun" Line 146 in 1a1ed07 And set minio.address to aliyun endpoint, set minio.accessKeyID/minio.secretAccessKey to your accesskey/secretkey, set mimio.bucketName |
Beta Was this translation helpful? Give feedback.
In the milvys.yaml, set minio.cloudProvider to be "aliyun"
milvus/configs/milvus.yaml
Line 146 in 1a1ed07
And set minio.address to aliyun endpoint, set minio.accessKeyID/minio.secretAccessKey to your accesskey/secretkey, set mimio.bucketName