pub async fn upload_generated_files(
storage: &TenantStorageLayer,
prepared: Vec<PreparedGeneratedFile>,
) -> Vec<Result<CreateGeneratedFile, StorageLayerError>>Expand description
Triggers the file uploads returning a list of the CreateGeneratedFile structures to persist to the database