mksondej / mattermost-file-list

Adds a paged and searchable file list to each channel. The list is opened through a button in the top panel. Through the list you can obtain public or normal links to the files, open or delete them.
Apache License 2.0
76 stars 11 forks source link

File list plugin & s3 #28

Open trainguyenx opened 4 years ago

trainguyenx commented 4 years ago

Hi,

I'm facing an issue when configuring mattermost with s3, file list cannot able to use in this case. It works fine on local storage.

File list plugin can't able to list or search file. It said: "An error occurred in the File List plugin. Please notify the administrator. A detailed error message was added to the server log."

Screenshot-2

I checked the server logs, there is no error was written down. The configured access key has full permission on s3 service. How can I debug for this?

Thank you for making an awesome plugin. Thanks for your help.

Best

mksondej commented 4 years ago

Since S3 has a free tier I'll try to replicate this on my dev environment. At the moment no idea what can be the issue. I'm querying only basic MM database tables (FileInfo + Posts, Channels and ChannelMembers), not the disk directly, so in theory everything should work regardless of the underlying file storage.