async fn resolve_client(
profile_id: &ProfileId,
store: &State<'_, ProfileStoreHandle>,
pool: &State<'_, S3ClientPoolHandle>,
) -> Result<(Arc<Client>, ProfileId), AppError>Expand description
Resolve the S3 client for a profile, enforcing the validation gate.