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

Enable local server storage as alternative to setting up S3 #68

Closed
guycalledseven opened this issue Jun 24, 2015 · 5 comments
Closed

Enable local server storage as alternative to setting up S3 #68

guycalledseven opened this issue Jun 24, 2015 · 5 comments

Comments

@guycalledseven
Copy link

Hi
I've just tested out docker image on ubuntu 14.04 and I am unable to upload any files.
Unable to upload file. Amazon S3 not configured. k6n481j5fbggzmdie8qh6p6poy501

How/where can this be configured? I am sorry if I missed it, but If it's not yet implemented it would be completely ok to use local server storage instead of s3 :)

@it33
Copy link
Contributor

it33 commented Jun 24, 2015

Hi guycalledseven,

If you have your own S3 account you can configure it in the config/config.json file. You should just need to go to the AWSSettings section and fill in the follow fields:

"S3AccessKeyId": "",
"S3SecretAccessKey": "",
"S3Bucket": "",
"S3Region": "",

Once those are configured properly you should be able to start uploading/downloading images and files to your S3 bucket through your Mattermost instance. (Make sure to restart your server after filling these in).

As it is now we don't have any way to allow you to configure local server storage, but this is something that's on our roadmap of things to do so look out for it in the nearish future! :)

@mancvso
Copy link

mancvso commented Jun 25, 2015

Looking forward to local server uploads.

@snapple42
Copy link

Looking forward to local uploads... Also another thing to consider is Openstack Object Store Containers

@it33 it33 changed the title file upload error - Amazon S3 not configured Enable local server storage as alternative to setting up S3 Jun 28, 2015
@it33
Copy link
Contributor

it33 commented Jun 28, 2015

Updating title of ticket to reference issue to add local server storage. Also added FAQ on the S3 error message: http://discourse.mattermost.org/t/error-unable-to-upload-file-amazon-s3-not-configured/22

@it33
Copy link
Contributor

it33 commented Jul 1, 2015

@it33 it33 closed this as completed Jul 1, 2015
witjem pushed a commit to witjem/mattermost-server that referenced this issue Oct 6, 2022
* Add tests for create team cmd

* Add v5 import suffix
hanzei pushed a commit that referenced this issue Jul 13, 2023
yasuaki-nakayama added a commit to findex-inc/remotalk-cloud that referenced this issue May 20, 2024
…h-channel

チャンネル検索モーダルでユーザ名とチャンネル名を非表示にできるように修正
Kshitij-Katiyar pushed a commit that referenced this issue Jul 3, 2024
* Allow admin to disable slash command autocomplete

* plugin.json

* Setting help text rewording

Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>

* Add sub commands in a different function

* Fixed OnConfig crash

* fix error return

Co-authored-by: Jason Frerich <jason.frerich@mattermost.com>
Co-authored-by: Lev Brouk <lev@mattermost.com>
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

No branches or pull requests

4 participants