pivotal-cf / azure-blobstore-resource

A concourse resource to interact with the azure blob service.
MIT License
16 stars 15 forks source link

downloading large file from blob - context deadline exceeded #28

Closed luckyinfil closed 5 years ago

luckyinfil commented 5 years ago

Trying to download a 500 GB file from Azure container and the get resource fails with:

failed to copy blob: context deadline exceeded

using the default block size

luckyinfil commented 5 years ago

seems like adding the blocksize parameter to the get resolved the issue