The Wayback Machine - https://web.archive.org/web/20200910013910/https://github.com/UniSharp/laravel-filemanager/issues/980
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

Add ability to pass additional param to putFileAs function in LfmStorageRepository #980

Open
maxmadknight opened this issue Aug 26, 2020 · 0 comments

Comments

@maxmadknight
Copy link

@maxmadknight maxmadknight commented Aug 26, 2020

We have used Amazon S3 with configured ACL policies, this means that we need to upload images as private, an in this package we cannot do this via configs etc.
$this->disk->putFileAs($pathclean, $file, $nameclean, 'public'); <- this is harcoded, and need to be re-done

Add array of params in config file to pass in this function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.