-
Type:
New Feature
-
Resolution:
Fixed
-
Priority:
Major - P3
-
-
Affects Version/s:
None
-
Component/s:
None
-
-
-
Storage - Ra 2022-02-21
- Create a function in S3Connection.cpp class that gets the object size in bytes.
- Implement fs_size that gets the file size from the get object size functionality in S3Connection.cpp and returns the size in bytes.
- Implement the fh_size in WiredTiger's native file handle that gets the size of a file in byes by the file handle.
- Test all functionalities through unit testing.
- Add relevant statistics.