A parks department app stores unstructured trail photos with metadata keys and never mounts a traditional filesystem for those images. Which storage approach best fits this design?
Select an answer to reveal the explanation.
Short Explanation
Unstructured photos with keys are classic object-storage territory—think lockers labeled with barcodes, not a folder tree on a share. The app talks HTTP/API, not mount points. That is exactly when object storage shines for civic media.
Full Explanation
Object storage is designed for unstructured blobs addressed by keys and optional metadata, accessed via APIs instead of POSIX mounts. Block and traditional file shares suit different patterns such as VM disks or hierarchical collaboration. Ephemeral local disks would risk losing citizen uploads on restart and do not match durable photo retention.