Function complete_presigned

Source
pub async fn complete_presigned(
    db: &mut DbTransaction<'_>,
    search: &TenantSearchIndex,
    storage: &TenantStorageLayer,
    events: &TenantEventPublisher,
    processing: &ProcessingLayer,
    complete: &mut CompletePresigned,
    upload_state: &mut PresignedUploadState,
) -> Result<(), PresignedUploadError>
Expand description

Completes a presigned file upload