change fileupload field preview url

can i change the preview url of a uploaded file? dont want to use s3 for preview (only storage
)
Solution
You'd need to use a getTemporaryUrl method override for the S3 driver where you use a local route which fetches the assets and returns it for you.
Was this page helpful?