I have a self-host nocodb that integrated with s3 bucket, so when i upload image into an attachment field it uploads the image into the s3 bucket.
And when it returns data from api an attachment field will be returned as s3 presigned url, so this led to my concern that it will takes much cost from directly accessing to s3.
Is there a way to configure nocodb to use cloudfront url as a image url instead of the s3 presigned url while remain all functionality working same such as uploading image ?