I have a problem with HasFileAttachments aws S3

in the file vendor/filament/forms/src/Components/Concerns/HasFileAttachments.php in the line if ($storage->getVisibility($file) === 'private') why do they ask if it is private if a variable that defines the visibility, then if I do not have access to the acl permissions of that route or I can validate this and it explodes for no reason, this only happens with this component because the upload files does work
Was this page helpful?