Skip to content

Asset Upload Flow

  1. In the CMS, open the Media or File Manager (MediaController::index).
  2. Select the city/category folder and asset kind (Files.Kind).
  3. Upload a file; S3MediaManager::uploadToS3() stores the object.
  4. Files record is created or updated with metadata and Object_key.
  5. Frontend uses Files::buildFileUrl() or helper URLs to render the asset.