sui_v1.3.0_1685061664_ci
## Description This PR adds the ability to read state snapshot from a remote object store. The storage format allows to pre-fetch object references first and start state accumulator. In parallel, we start the object download and abort it if computed state root hash doesn't match the one in checkpoint. ## Test Plan Added some basic tests.