SpatieMediaLibraryFileUpload right into the form and be done with it (and in fact, I do that in other places in this app), but there's reasons why that isn't possible in this particular case, so just trust me that that isn't a viable solution here.Download::getForm() function:SpatieMediaLibraryFileUpload correctly pushes the upload to S3 normally when the form is called in directly from a Filament resource, but when loaded via the createOptionFrom(), it's like the upload-to-S3 part never fires and I can't figure out what's not being triggered. It accepts the file, the record shows up in the DB, and the UI even says it's uploading (although I assume that's just to a temp location on the server), but the file never actually makes it to the S3 bucket. There are no errors anywhere, it just disappears.DownloadResource:$schema->model($record)->saveRelationships(); part)?