Giter Site home page Giter Site logo

uplily's People

Contributors

rdpickard avatar

Watchers

 avatar

uplily's Issues

Visually indicate upload to s3 is in process

Currently there is no visual feed back to the user that the upload to s3 is happening. As it is multi-part process this is an awkward silence.

Maybe an overlay on the upload window displaying the progress of the process?

Added support for S3 pass-through uploading

Serverless cloud platforms like Heroku and Elastic Beanstalk are pretty limited to how long requests can take and how much data can persisted to "disk".

The S3 service provides a way to create a pre-signed URLs to allow uploading from a browser without having to go through the serverless app instance.

Need to look into that.

Add drag-and-drop to web UI

Add UI element to drag files to for uploading.

Currently only "Browse" button can be used to select a file to upload.

This should come after the Issue to support local and S3 transfers simultaneously.

Support S3 and local transfers simultaneously

Add endpoints to upload/download to the local file system & S3 in the same instance.

Currently the transfer is for either a local or S3 destination. Both should be valid targets in the same instance, assuming S3 is configured.

Storage directory is hard coded as "/tmp/"

The "/tmp/" directory works fine in Heroku and on OS X but isn't very portable. Hard coding in the application.py file will likely lead to failures in other environments.

Need to change this.

Uploaded files dictionary isn’t request safe

The uploaded files dictionary as a global works ok when running locally but doesn’t work correctly in heroku cloud. I think this is because global variables aren’t safe between requests in a proper WSGI environment.

The manifestation of this is different results of “available files” and 404s when trying to download files that have been uploaded.

Need to add the dictionary to a persistent context or to something like a redis store.

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.