milvus/core/thirdparty
WeiFeng Lai 8cd839ea3b
Add S3 storage support for Milvus (#3874)
* 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
2020-09-26 17:21:41 +08:00
..
2020-09-17 14:15:56 +08:00
2020-09-23 13:08:11 +08:00