Implement S3 file system's directory_list and directory_list_single

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage - Ra 2022-02-07
    • 5

      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)

              Assignee:
              Fiona O'Chee (Inactive)
              Reporter:
              Sulabh Mahajan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: