RDS aws_s3 extension and geopackage files
I have an aws RDS (postgres) set up, and I have a table inside with a column called “aws_s3_key_path”, where I need a trigger function to check whatever aws s3 key path gets added into this column actually exists in s3 bucket. How to achieve this in a trigger function? Or any other way of implementing this “check”?