LFS push failling after lost files on server

Due to an administrative error, a bunch of our git lfs objects in local object storage were lost. We still have some in local workspace clones, but any attempt to upload them to the server is failing:

ncgalopp@ncgalopp-mac05:~/Downloads/adas_dl_demo/.git/lfs $ git lfs push --all origin master
Locking support detected on remote "origin". Consider enabling it with:
  $ git config lfs.https://ncgalopp-nuc.jf.intel.com/tsd/cvdl_service.git/info/lfs.locksverify true
Uploading LFS objects: 100% (6/6), 41 MB | 0 B/s, done

Even though it looks like LFS objects were uploaded, nothing was uploaded on the server side. Are there specific logs I can check for errors or process on the gitlab server end? On the client end, with tracing turned on, this is what I get:

ncgalopp@ncgalopp-mac05:~/Downloads/adas_dl_demo/.git/lfs $ git lfs fsck
Git LFS fsck OK
ncgalopp@ncgalopp-mac05:~/Downloads/adas_dl_demo/.git/lfs $ GIT_TRACE=1 git lfs push --all origin master
12:30:25.989066 git.c:576               trace: exec: 'git-lfs' 'push' '--all' 'origin' 'master'
12:30:25.989826 run-command.c:627       trace: run_command: 'git-lfs' 'push' '--all' 'origin' 'master'
12:30:26.008705 trace git-lfs: exec: git 'version'
12:30:26.027885 trace git-lfs: exec: git '-c' 'filter.lfs.smudge=' '-c' 'filter.lfs.clean=' '-c' 'filter.lfs.process=' '-c' 'filter.lfs.required=false' 'rev-parse' 'HEAD' '--symbolic-full-name' 'HEAD'
12:30:26.045283 trace git-lfs: exec: git 'config' '-l'
12:30:26.067102 trace git-lfs: Upload refs [master] to remote origin
12:30:26.775091 trace git-lfs: run_command: ssh -- git@ncgalopp-nuc.jf.intel.com git-lfs-authenticate tsd/cvdl_service.git upload
12:30:27.334033 trace git-lfs: HTTP: POST http://ncgalopp-nuc.jf.intel.com:7070/tsd/cvdl_service.git/info/lfs/locks/verify
12:30:27.376613 trace git-lfs: HTTP: 200
12:30:27.376844 trace git-lfs: HTTP: {"ours":[],"theirs":[]}
Locking support detected on remote "origin". Consider enabling it with:
  $ git config lfs.https://ncgalopp-nuc.jf.intel.com/tsd/cvdl_service.git/info/lfs.locksverify true
12:30:27.376996 trace git-lfs: tq: running as batched queue, batch size of 100
12:30:27.377322 trace git-lfs: run_command: git rev-list --stdin --objects --do-walk --
12:30:27.389712 trace git-lfs: run_command: git cat-file --batch
12:30:27.458437 trace git-lfs: tq: sending batch of size 6
12:30:27.458692 trace git-lfs: ssh cache: git@ncgalopp-nuc.jf.intel.com git-lfs-authenticate tsd/cvdl_service.git upload
12:30:27.458912 trace git-lfs: api: batch 6 files
12:30:27.459017 trace git-lfs: HTTP: POST http://ncgalopp-nuc.jf.intel.com:7070/tsd/cvdl_service.git/info/lfs/objects/batch
12:30:27.522899 trace git-lfs: HTTP: 200
12:30:27.522996 trace git-lfs: HTTP: {"objects":[{"oid":"8a1b82c9159d13070ece5ad3eabf51aa7fe66de59b9bec19dd6e631e76b10b19","size":10119950},{"oid":"689394375b601b7336debf107b25fa8cffc59327a53f8168dce9abeec7e6618c","size":9978208},{"oid":"4a3fd97f6e958da2a0424d1d4c6e23f62816fba9ac5c91399395920909bef0cc","size":5422628},{"oid":"814a6c7289e655594c72f5339bb103bfcaa43cabba4713019d707f1286901655","size":5305504},{"oid":"0ce0f96faa4ee33616097b35e170dc04d6cf9be2746bc994ac8f347e06c0957f","size":5069382},{"oid":"cd22873b6576d0d0c7220484529988389122fff84
12:30:27.523074 trace git-lfs: HTTP: a717684629dc9081a98b197","size":4957760}]}
12:30:27.523346 trace git-lfs: tq: starting transfer adapter "basic"
Uploading LFS objects: 100% (6/6), 41 MB | 0 B/s, done
12:30:27.523759 trace git-lfs: filepathfilter: rewrite ".git" as "**/.git/**"
12:30:27.523799 trace git-lfs: filepathfilter: rewrite "**/.git" as "**/.git"
12:30:27.523962 trace git-lfs: filepathfilter: rejecting "tmp" via []
12:30:27.523981 trace git-lfs: filepathfilter: accepting "tmp"
12:30:27.524199 trace git-lfs: filepathfilter: rejecting "objects" via []
12:30:27.524218 trace git-lfs: filepathfilter: accepting "objects"