Git Product home page Git Product logo

Comments (7)

zezha-msft avatar zezha-msft commented on July 29, 2024 5

Hi @ItalyPaleAle, thanks for reaching out!

Please refer to our help message by invoking azcopy cp --help:

Upload a single file through piping(block blob only) with SAS:
  - cat "/path/to/file.txt" | azcopy cp "https://[account].blob.core.windows.net/[container]/[path/to/blob]?[SAS]"

Download a single file through piping(blobs only) with SAS:
  - azcopy cp "https://[account].blob.core.windows.net/[container]/[path/to/blob]?[SAS]" > "/path/to/file.txt"

from azure-storage-azcopy.

zezha-msft avatar zezha-msft commented on July 29, 2024 1

Hi @onny, thanks for reaching out! This feature is already implemented in V10 as well, we just haven't documented it officially yet.

The upload scenario works great, but the download scenario currently has a bug because we recently started printing "Scanning..." when the copy operation starts, this string unfortunately gets piped into the destination file when downloading. I'll fix this as soon as possible and also add documentation for this feature.

from azure-storage-azcopy.

seguler avatar seguler commented on July 29, 2024

This bug seems to be raised for the STDIN ( the upload scenario)... So there is no bug here.. Right ?

from azure-storage-azcopy.

zezha-msft avatar zezha-msft commented on July 29, 2024

@seguler yes you are right, I just wanted to use this issue for tracking purpose. I updated the tags accordingly. Thanks!

from azure-storage-azcopy.

onny avatar onny commented on July 29, 2024

Sounds awesome, thanks :)

from azure-storage-azcopy.

zezha-msft avatar zezha-msft commented on July 29, 2024

Hi @onny, this was fixed in v10.0.1.

from azure-storage-azcopy.

ItalyPaleAle avatar ItalyPaleAle commented on July 29, 2024

Hi @zezha-msft how do you use STDIN/STDOUT with AzCopy? I'm looking for the same thing

from azure-storage-azcopy.

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.