Coder Social home page Coder Social logo

amazon s3 uploading about resumable.js HOT 4 CLOSED

inconduit avatar inconduit commented on July 17, 2024
amazon s3 uploading

from resumable.js.

Comments (4)

steffentchr avatar steffentchr commented on July 17, 2024

I think the quick answer is that the core concept of chunking up files for upload within the browser can be used with S3's partial uploads -- but that Resumable.js itself is on a different mission.

The library requires a server-side component because it prescribes a kind of API itself: A way to upload a part, a way to know whether the upload completed, a way to check whether a part has already been upload etc. These features a also seem present in S3, but in a different way.

You will be able to abstract some of the Resumable.js code for S3 part uploads if you want though.

from resumable.js.

inconduit avatar inconduit commented on July 17, 2024

thanks for the quick reply. i haven't had the time to go in depth in resumable.js nor the s3 multipart api, but in your opinion would i be able to modify resumable.js to function with the s3 api? i'm just wondering if there are any showstoppers that i'm not seeing at first glance.

from resumable.js.

steffentchr avatar steffentchr commented on July 17, 2024

Resumable.js is three things:

  • 70% the server communications I described above.
  • 26% browser stuff for selecting, dropping files etc.
  • 4% logic for chopping up files through a built-in browser feature.

The latter two would apply for S3, but the first wouldn't -- so I'm not sure how to set the foundation.

from resumable.js.

inconduit avatar inconduit commented on July 17, 2024

okay, thanks a lot for the input. i'll revisit this in-depth when i have the time. imagine a drag and dropping large files to the browser that are multipart and concurrently uploaded direct to s3. a dev can dream, right?

from resumable.js.

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.