method

App.ReconcileUploads

func (application *App) ReconcileUploads( ctx context.Context, olderThan time.Duration, ) (ReconcileResult, error)

Report old unreferenced application-owned objects without deleting them.

Source core/uploads.go:445

@param ctx
The ctx value.
@param olderThan
The olderThan value.
@returns
The declared result.

Reconciliation uses an ACL-independent store snapshot and a minimum five-minute safety window. Call CleanupUploads explicitly to delete the reported candidates.

Related types

  • App

    A resolved application bound to operation services.

  • ReconcileResult

    Result counters from upload reconciliation.