Coder Social home page Coder Social logo

How to enable checksum? about tusd HOT 5 CLOSED

tus avatar tus commented on August 17, 2024 3
How to enable checksum?

from tusd.

Comments (5)

Acconut avatar Acconut commented on August 17, 2024

As you correctly noticed, tusd does not support this extension. The reason is that it requires the upload to be stored somewhere in between while you are calculating the checksum, resulting in a far worse efficiency, in particular for larger uploads. Furthermore, the use case for checksums are rather special and there we did not saw an urge for this. Would you mind talking about your reasons here?

Anyways, implementing this is probably not the easiest but doable. You would have to store the uploading chunk in a temporary file while you calculate the checksum and only after verifying its integrity, you may pass the chunk to the actual data store. However, I am always open to provide help to you.

from tusd.

alexandrevicenzi avatar alexandrevicenzi commented on August 17, 2024

I understand your point.

The main reason is to validate if the uploaded file is the same that was sent. So if not we could re-upload the file/part.

This is not a big deal, it's more a question.

By the way, I'm implementing Tus client in Go. I couldn't find any. It's almost done. How could I add it to the docs?

from tusd.

Acconut avatar Acconut commented on August 17, 2024

This is not a big deal, it's more a question.

That's good to hear. But I will still sink some thoughts into how we could implement this.

By the way, I'm implementing Tus client in Go. I couldn't find any. It's almost done. How could I add it to the docs?

That's awesome, thank you. Feel free to open an issue in the tus.io repository (https://github.com/tus/tus.io/issues) and we take care of adding it to the list.

from tusd.

alexandrevicenzi avatar alexandrevicenzi commented on August 17, 2024

Thanks.

from tusd.

Acconut avatar Acconut commented on August 17, 2024

Since the original question has been answered, I will close this issue, but feel free to continue commenting if you want to add something to the discussion.

from tusd.

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.