Design an image storage and sharing service with the following core operations: (1) upload an image, (2) download/view an image by ID, (3) delete an image. The key requirement is automatic deduplication: if two users upload byte-identical images, the system stores only a single copy in object storage. The interviewer…