s3 support

This commit is contained in:
onysd 2026-08-04 23:09:11 +03:00
parent fa5cfaf14d
commit 03f10b66ee
53 changed files with 2796 additions and 102 deletions

View file

@ -0,0 +1,5 @@
-- Supports the reference-count check ("is any other row still using this
-- object_key on this backend?") that runs before a blob is physically
-- deleted from its backend during storage retention sweeps.
CREATE INDEX idx_file_blobs_object_key_backend ON public.file_blobs (backend, object_key);