The document discusses Triton, a peer-assisted cloud storage system that aims to address drawbacks of traditional cloud storage like reliability, availability, security, capacity, and concurrency. Triton splits files into data blocks that are stored on peers' devices while metadata is stored on the cloud. It uses a three-phase agreement protocol to synchronize write operations across peers. Triton is implemented as a client library that can work with different cloud storage providers to improve performance and security compared to traditional cloud storage systems. Future work includes expanding experimental evaluations and integrating Triton with peer-to-peer social networks.