s3 support
This commit is contained in:
parent
fa5cfaf14d
commit
03f10b66ee
53 changed files with 2796 additions and 102 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue