bacongobbler / azure-blob-storage-upload

Uploads assets to Azure Blob Storage
Other
56 stars 25 forks source link

add clean_container input option #4

Closed afouadr closed 4 years ago

bacongobbler commented 4 years ago

Hi @afouadr. How does this approach differ from the one suggested in #3 with az storage blob sync? I would assume the latter approach (removing only the files that don't exist in the batch) would result in a less expensive operation than a straight purge and re-upload.

bacongobbler commented 4 years ago

closing in favour of https://github.com/bacongobbler/azure-blob-storage-upload/commit/9b68613240aad40c44b2883226bcf29958f97ef9, which was merged earlier today and will be available in v1.1.0.

afouadr commented 4 years ago

Thanks for your time. I just wanted to have this feature one way or another :)