pivotal-cf / azure-blobstore-resource

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

Added support for skipping downloads (just like s3 resource) #21

Closed rkoster closed 5 years ago

rkoster commented 5 years ago

When you just want to get a url to a big blob it is useful to be able to skip_download. This functionality already exists in the s3 resource.

christianang commented 5 years ago

Thanks for the PR. Everything looks good to me.

rkoster commented 5 years ago

@christianang Thanks for the quick turnover!