mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 05:18:52 +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 |
||
---|---|---|
.. | ||
bench | ||
test_utils | ||
CMakeLists.txt | ||
init_gtest.cpp | ||
test_always_true_expr.cpp | ||
test_array_bitmap_index.cpp | ||
test_array_expr.cpp | ||
test_array_inverted_index.cpp | ||
test_array.cpp | ||
test_azure_chunk_manager.cpp | ||
test_bf_sparse.cpp | ||
test_bf.cpp | ||
test_binary.cpp | ||
test_binlog_index.cpp | ||
test_bitmap_index.cpp | ||
test_bitmap.cpp | ||
test_bitset.cpp | ||
test_bool_index.cpp | ||
test_c_api.cpp | ||
test_c_stream_reduce.cpp | ||
test_c_tokenizer.cpp | ||
test_chunk_cache.cpp | ||
test_chunk_vector.cpp | ||
test_chunk.cpp | ||
test_common.cpp | ||
test_concurrent_vector.cpp | ||
test_data_codec.cpp | ||
test_disk_file_manager_test.cpp | ||
test_exec.cpp | ||
test_expr_materialized_view.cpp | ||
test_expr.cpp | ||
test_float16.cpp | ||
test_futures.cpp | ||
test_gcp_native_chunk_manager.cpp | ||
test_group_by.cpp | ||
test_growing_index.cpp | ||
test_growing.cpp | ||
test_hybrid_index.cpp | ||
test_index_c_api.cpp | ||
test_index_wrapper.cpp | ||
test_indexing.cpp | ||
test_init.cpp | ||
test_integer_overflow.cpp | ||
test_inverted_index.cpp | ||
test_kmeans_clustering.cpp | ||
test_local_chunk_manager.cpp | ||
test_minio_chunk_manager.cpp | ||
test_mmap_chunk_manager.cpp | ||
test_monitor.cpp | ||
test_offset_ordered_array.cpp | ||
test_offset_ordered_map.cpp | ||
test_plan_proto.cpp | ||
test_query.cpp | ||
test_range_search_sort.cpp | ||
test_reduce_c.cpp | ||
test_reduce.cpp | ||
test_regex_query_util.cpp | ||
test_regex_query.cpp | ||
test_relational.cpp | ||
test_remote_chunk_manager.cpp | ||
test_retrieve.cpp | ||
test_scalar_index_creator.cpp | ||
test_scalar_index.cpp | ||
test_sealed.cpp | ||
test_segcore.cpp | ||
test_similarity_corelation.cpp | ||
test_span.cpp | ||
test_storage.cpp | ||
test_string_expr.cpp | ||
test_string_index.cpp | ||
test_text_match.cpp | ||
test_timestamp_index.cpp | ||
test_tracer.cpp | ||
test_utils.cpp |