# Functions
NewIndexShipper creates a shipper for providing index store functionality using index files and object storage.
NewTableClient creates a client for managing tables in object storage based index store.
# Constants
FilesystemObjectStoreType holds the periodic config type for the filesystem store.
ModeDisabled is a no-op implementation which does nothing & does not error.
ModeReadOnly is to allow only read operations.
ModeReadWrite is to allow both read and write.
ModeWriteOnly is to allow only write operations.
UploadInterval defines interval for when we check if there are new index files to upload.