-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
5
-
Storage - Ra 2022-02-07
WT-8712 adds the function to obtain an object list given a bucket. Use that function to implement S3's directory listing, i.e. the following functions:
- WT_FILE_SYSTEM.fs_directory_list
- WT_FILE_SYSTEM.fs_directory_list_single
- WT_FILE_SYSTEM.fs_directory_list_free
Among things to consider:
- Only return the objects that match the prefix
- Take care of freeing the list
- Avoid code duplication between directory_list an directory_list_single
- Add relevant testing to the s3_store python test - following test_tiered06.py
- Add relevant statistics (No longer required - stats will be take care of by
WT-8761)
- duplicates
-
WT-8712 Add a method to list bucket contents and implement directory_list
- Closed