advanced-nova-media-library
advanced-nova-media-library copied to clipboard
Is it possible to save the link to the S3 image in the models table
I have a model/Resource/table News that has an image field using this package. It works in Nova to preview and open the image, reaching out to AWS S3
I have another app in node.js that has access to the News table. How do I save that url / link in the News table so the node.js app has access?
OR Are the links only temporarily generated?