Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty files are not downloaded #102

Open
michaljaszczyk opened this issue Aug 17, 2018 · 0 comments
Open

Empty files are not downloaded #102

michaljaszczyk opened this issue Aug 17, 2018 · 0 comments
Labels

Comments

@michaljaszczyk
Copy link

michaljaszczyk commented Aug 17, 2018

When downloading files from blob storage, only files that are not empty are downloaded.
If given the exact path to the empty file, blobporter detects it but doesn't download.

Example information when downloading single empty file:

./blobporter -a somestorageaccount -k somekey -c "somecontainer" -n "path/to/files/emptyfile" -t blob-file
BlobPorter 
Copyright (c) Microsoft Corporation. 
Version: 0.6.15
---------------

Files to Transfer (blob-file) :
Source: some.url.windows.net/somecontainer/path/to/files/emptyfile Size:0 

The data transfer took 293.955µs to run.
Throughput: 0.00 MB/s (0.00 Mb/s) 
Configuration: R=40, W=60, DataSize=0B (0), Blocks=0
Cumulative Writes Duration: Total=0s, Avg Per Worker=0s
Retries: Avg=NaN Total=0
zachomedia added a commit to zachomedia/blobporter that referenced this issue Oct 28, 2018
zachomedia added a commit to zachomedia/blobporter that referenced this issue Feb 26, 2019
giventocode added a commit that referenced this issue Feb 28, 2019
Download empty files (Fixes #102)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants