C
CS Fundamentals
Algorithms, data structures, system design, and computer science theory
The Internal Architecture of Amazon S3
Amazon S3 stores exabytes of data across millions of disks. This video explains it's internal architecture. In this video, we break down: 1. How S3 uploads files using parallel multipart uploads 2. How checksums and monitoring prevent data corruption 3. How S3 survives disk, shard, and even region...