so you can delete objects from storage and the pub...
# off-topic
j
so you can delete objects from storage and the public url still owrks
s
Did you delete these objects using the storage api? Or were these deleted using SQL?
j
sql
s
If you delete it via SQL it’s not deleted from the s3 bucket so it would still be available via the public url
j
That makes sense. I was going to do a sql clean up of he storage table for objects not in use in my profiles table as url links. Every day. Are chron job functions in the works?