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

support for Azure storage or AWS S3 #2

Closed
webdesign7 opened this issue May 4, 2020 · 2 comments
Closed

support for Azure storage or AWS S3 #2

webdesign7 opened this issue May 4, 2020 · 2 comments
Labels

Comments

@webdesign7
Copy link

I wonder if there is support to store files on a cloud like AWS S3 or / Azure Storage rather then local ? If not .. can you provide an advise where to start looking . Thanks

@promatik
Copy link
Member

promatik commented Dec 3, 2020

Hi @webdesign7 sorry for taking so long to answer.

Yes, there is support to store files on the cloud, I use this to store files on Digital Ocean for instance which has an API similar to AWS.
You just need to set FILESYSTEM_DRIVER="s3" on you .env.

@promatik promatik closed this as completed Dec 3, 2020
@masoudjahromi
Copy link

@webdesign7 you need to modify elfinder.php

    'disks' => [
        's3', // or whatever your disk name is
    ],

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

No branches or pull requests

3 participants