Complete the code to identify the component responsible for storing media files.
The media files are stored in the [1] service to ensure scalability and durability.
Object Storage is used to store media files because it handles large files efficiently and scales well.
Complete the code to select the correct protocol for uploading media securely.
Clients upload media files using the [1] protocol to ensure secure and reliable transfer.
HTTPS is used for secure communication over the internet, protecting media uploads.
Fix the error in the media processing pipeline component selection.
The [1] service processes media files to generate thumbnails and optimize size.
The Media Processor service handles tasks like thumbnail generation and media optimization.
Fill both blanks to complete the request flow for media sharing.
When a user shares media, the client sends the file to the [1] which then forwards it to the [2] for processing.
The Upload Service receives the media file and forwards it to the Media Processor for tasks like resizing.
Fill all three blanks to complete the architecture for media sharing in messages.
The [1] handles user requests, the [2] stores media files, and the [3] generates previews.
The API Gateway manages requests, Object Storage saves media, and Media Processor creates previews like thumbnails.
