Azure / azure-storage-php

Microsoft Azure Storage Library for PHP
MIT License
217 stars 198 forks source link

Add saveBlobToFile/saveBlobToFileAsync to the interface #292

Closed spaze closed 3 years ago

spaze commented 3 years ago

Hi,

the IBlob interface is missing saveBlobToFile() & saveBlobToFileAsync() and I was wondering if you'd like to add them to the interface (and instead of just wondering I also made this PR 😊)

There are some other missing as well, like undeleteBlob() & undeleteBlobAsync(). Should I also add them?

Thanks.

katmsft commented 3 years ago

Hi, thanks for catching it. I think IBlob should have the APIs that BlobRestProxy has.