Describe the bug
When using the S3 file driver and attempting to upload I receive a 403 error.
I have set the relevant config on nova-media-library and have tried setting the 'private' option to false & true, both fail.
To Reproduce
Steps to reproduce the behavior:
Set a S3 based disk on nova-media-library config
Upload a file through the media library in Nova
Error 403 received.
Screenshots
Additional context
I'm using Laravel 8.
If I change the ClassicO\NovaMediaLibrary\Core\Upload.php file in the save() function and remove "Helper::visibility($this->private)" it resolves the issue.
I see this as only a temporary fix and this is why I've not made a pull request.
Describe the bug When using the S3 file driver and attempting to upload I receive a 403 error.
I have set the relevant config on nova-media-library and have tried setting the 'private' option to false & true, both fail.
To Reproduce Steps to reproduce the behavior:
Screenshots
Additional context I'm using Laravel 8.
If I change the ClassicO\NovaMediaLibrary\Core\Upload.php file in the save() function and remove "Helper::visibility($this->private)" it resolves the issue.
I see this as only a temporary fix and this is why I've not made a pull request.