Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-8715

Implement S3 file system's directory_list and directory_list_single

    • Type: Icon: New Feature New Feature
    • Resolution: Duplicate
    • Priority: Icon: Major - P3 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)

            Assignee:
            fiona.ochee@mongodb.com Fiona O'Chee (Inactive)
            Reporter:
            sulabh.mahajan@mongodb.com Sulabh Mahajan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: