clojars / clojars-web

A community repository for open-source Clojure libraries
https://clojars.org
Eclipse Public License 1.0
470 stars 114 forks source link

bug: deleting jars only removes them from the db, not from s3 #881

Closed tobias closed 2 months ago

tobias commented 5 months ago

When we have to delete jars for administrative reasons, it looks like they no longer get fully deleted. They do get removed from the db, but don't get removed from s3 and may not get purged from fastly. It's unclear what the bug actually is or when this was introduced.