Giter Club home page Giter Club logo

Comments (7)

or-else avatar or-else commented on September 27, 2024 1

I mentioned this option in the config file and documentation: 1c813cd

I think this can be closed now. Thanks everybody for helping out.

from chat.

or-else avatar or-else commented on September 27, 2024

We are using https://github.com/aws/aws-sdk-go/ to access S3. I never explored, but I suspect it's not that simple to add support for other storage options as changing the base URL. For example, search https://github.com/search?q=repo%3Aaws%2Faws-sdk-go%20S3_BASE_URL&type=code returns no results.

Otherwise I agree, it would be useful to add support for other storage options.

from chat.

or-else avatar or-else commented on September 27, 2024

If you know how to do it with the AWS Go SDK, please let me know.

from chat.

pallid avatar pallid commented on September 27, 2024

tinode supported minio

my local setup example

AWS_ACCESS_KEY_ID=tinode 
AWS_SECRET_ACCESS_KEY=<secret> 
AWS_S3_BUCKET=/tinode/
AWS_DISABLE_SSL=false
AWS_PATH_STYLE=true
AWS_ENDPOINT=minio.local

from chat.

or-else avatar or-else commented on September 27, 2024

Is there anything that we need to do on the tinode side to support this?

from chat.

boshido avatar boshido commented on September 27, 2024

Is there anything that we need to do on the tinode side to support this?

Base from what I have tested Tinode with Minio.
Tinode work like a charm with env EXT_CONFIG for providing custom s3 config to point to minio

"s3":{
    "access_key_id": "xxxxx",
    "secret_access_key": "xxxxxxx",
    "region": "sa-east-1",
    "bucket": "minio_test",
    "disable_ssl": false,
    "force_path_style": true,
    "endpoint": "minio-api.x.io",
    "presign_ttl": 3600,
    "cache_control": "max-age=86400",
    "cors_origins": ["*"]
  }

image

But for other cloud provider that provide object storage, I'm not sure.
If Tinode only focus on S3 protocol like and compatible, there's no need for Tinode to do anything for now.

from chat.

mynameisjoe666 avatar mynameisjoe666 commented on September 27, 2024

from chat.

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.