mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
* Modify S3 related code (unfinished) * Delete unnecessary modification about AWS * Modify config so as to complete unit test of S3 * Modify config so as to complete unit test of S3 * Complete unit test of S3 * Implement unit test of writing and reading DeletedDocs with segment writer / reader(unfinished) * Temporarily stop using unittest/segment to test segment writer and reader * Delete the directory unittest/segment and all files in the directory * Refine code * Complete unit test of writing and reading deleted docs file with SegmentWriter and SegmentReader * Update DeletedDocsFormat.cpp with upstream code * Refine code * Submit unit test code to read and write vector index with segment writer and reader * Hide the code of filesystem in order to support S3 and other storage strategies * Delete code of index r/w unit test; Complete unit test of writing and reading bloom filter with segment writer / reader * Refine code * Modify the code style to pass Cpplint and clang-format * Delete the code to disable S3 * Modify the code to disable S3