mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
a05a37a583
Native support for Google cloud storage using the Google Cloud Storage libraries. Authentication is performed using GCS service account credentials JSON. Currently, Milvus supports Google Cloud Storage using S3-compatible APIs via the AWS SDK. This approach has the following limitations: 1. Overhead: Translating requests between S3-compatible APIs and GCS can introduce additional overhead. 2. Compatibility Limitations: Some features of the original S3 API may not fully translate or work as expected with GCS. To address these limitations, This enhancement is needed. Related Issue: #36212 |
||
---|---|---|
.. | ||
chunk_mgr_factory.go | ||
chunkmgr_mock.go | ||
etcd_mock.go | ||
index_test.go | ||
indexnode_component_mock.go | ||
indexnode_service_test.go | ||
indexnode_service.go | ||
indexnode_test.go | ||
indexnode.go | ||
metrics_info_test.go | ||
metrics_info.go | ||
OWNERS | ||
task_analyze.go | ||
task_index.go | ||
task_scheduler_test.go | ||
task_scheduler.go | ||
task_state_test.go | ||
task_state.go | ||
task_stats.go | ||
task_test.go | ||
task.go | ||
taskinfo_ops_test.go | ||
taskinfo_ops.go | ||
util_test.go | ||
util.go |