Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default "public" visibility attribute #147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antoniovazevedo
Copy link
Contributor

Currently the visibility of the files is hard coded as public.

The config on Laravel's filesystem disks already specifies a visibility attribute.
Therefore, I think it would be best for this package to leave the visibility of the files up to the disk config.

The result is files are uploaded to the disk with the visibility specified on the disk config.
In the current version it is not possible to upload files with visibility set as "private", which is what I need in my use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant