barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 171 forks source link

How to set visibily public when upload to Digital Ocean Spaces #276

Closed vanthao03596 closed 4 years ago

vanthao03596 commented 4 years ago

I'm using out package with Digital Ocean Spaces but everthing upload seem private. How i can setting to upload public like laravel Storage::put('folder', 'file', 'public');

promatik commented 4 years ago

@vanthao03596 have you set the File Listing to public? Digital Ocean > Spaces > File Listing > Enable File Listing

vanthao03596 commented 4 years ago

@vanthao03596 have you set the File Listing to public? Digital Ocean > Spaces > File Listing > Enable File Listing

I dont use this package anymore. Thanks anyway.