How do I set Filament to upload the full URL to the database for a cloud storage provider like S3

Hey. When using the file upload component and I set the cloud storage provider to something like S3, it stores the file path,not the full URL. I already have a bunch of items in the database that stores the URL and I'd like Filament to do the same. How can I achieve this?
2 Replies
Dan Harrin
Dan Harrin4mo ago
Use an observer or something? but in general its bad practice to store the full URL IMO
Richard Bowen
Richard BowenOP4mo ago
Alright, I have a plan of action thanks for feedback. Made my decision based on this.

Did you find this page helpful?