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
1 Reply
another error in that same file is that StorePublic fails when saving S3 files, it does not generate any errors but it is not stored in the bucket