Giter VIP home page Giter VIP logo

Comments (5)

nowenL avatar nowenL commented on August 20, 2024

DM Library now supports to upload to Azure storage from a stream. The blocker for using a GzipStream is it requires the stream to be seekable and have a fixed length.

I think it's possible to remove the seekable requirement since seek is only used when resume a transfer while upload from stream doesn't support resume at all.

Fixed length is also not necessary for block blob and append blob, but it's a must-have for page blob and cloud file since their creation requires the object size.

It would be great if we can remove such limitations and unblock the scenario you mentioned. I will add this into our backlog and investigate it in our following releases.

from azure-storage-net-data-movement.

blrchen avatar blrchen commented on August 20, 2024

In my scenarios, only block blobs have the requirement to be gzip streamed to cloud.

from azure-storage-net-data-movement.

vinjiang avatar vinjiang commented on August 20, 2024

@blueww , please share latest update on stream.

from azure-storage-net-data-movement.

blueww avatar blueww commented on August 20, 2024

@blrchen
The latest AzCopy 7.1 release has supported upload block blob from none-seekable stream.
Would you like to have a try? Let me know if you have further questions.

Best Wishes
Wei Wei

from azure-storage-net-data-movement.

blueww avatar blueww commented on August 20, 2024

@blrchen

As we don't hear any more request from you for a long time, I will close the issue now.
Please contact us if you need further assistance.

from azure-storage-net-data-movement.

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.