GithubHelp home page GithubHelp logo

Add an S3 storage plugin about indico-plugins HOT 1 CLOSED

indico avatar indico commented on July 20, 2024 1
Add an S3 storage plugin

from indico-plugins.

Comments (1)

ThiefMaster avatar ThiefMaster commented on July 20, 2024 2

@mvidalgarcia suggested libcloud which looks VERY nice in terms of its Python API - when using that the plugin would be a generic cloud storage plugin instead of being S3-specific.

The only real drawback I see is that it seems to lack an equivalent of boto3's generate_presigned_url() method that generates a temporary public URL to download a specific file. While it might not be too hard to implement the signature generation, it would be problematic when used with something that isn't S3...

cloudstorage looks good as well, but unfornately it supports only Python 3. Besides that, it has hard dependencies against all the various cloud storage client libraries which isn't amazing since it pulls in a ton of new packages (especially for Azure). BTW, their docs indicate that libcloud does indeed lack support for generating signed URLs:

Generate temporary signed URLs for downloading and uploading files.

from indico-plugins.

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.