GithubHelp home page GithubHelp logo

Comments (5)

jasonblais avatar jasonblais commented on June 26, 2024

@xcompass Any thoughts on this question?

from mattermost-docker.

xcompass avatar xcompass commented on June 26, 2024

Is there any special characters in your bucket name?

Are you sure the error is triggered by Wal-E? Wal-E is only for backup, not image storage. Also it looks like it is trying to write to S3 from the error message, it doesn't sound like getting profile. Did you setup mattermost to use S3 as storage? It seems the error came from mattermost not wal-e based on the id (api.file.write_file.s3.app_error). https://github.com/mattermost/platform/blob/master/api/file.go#L754

If your bucket have "-" or any other special characters, that might be the cause. Because mattermost platform switched S3 library from goamz to minio-go (mattermost/mattermost@f02620b) And minio-go doesn't like "-". (https://github.com/minio/minio-go/blob/d02caa62b9e1034f93a82d41da806651a666c5a3/api-put-bucket_test.go#L145) And maybe some other characters.

from mattermost-docker.

mtrofimm avatar mtrofimm commented on June 26, 2024

@xcompass I also noticed that it's not possile to include a folder name like backet/folder for the Amazon S3 Bucket config option. One gets Bucket name contains invalid characters then :(

from mattermost-docker.

xcompass avatar xcompass commented on June 26, 2024

Thanks @mtrofimm. It seems you have to use the bucket instead of the subfolder. It could be bug in Wal-E.

from mattermost-docker.

xcompass avatar xcompass commented on June 26, 2024

I'm closing this for now. Let me know if there is any question.

from mattermost-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.