pivotal-cf / azure-blobstore-resource

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

Would it be possible to support GLOBs/wildcard for PUTs? #10

Closed dav1dc-pcf closed 5 years ago

dav1dc-pcf commented 5 years ago

Would it be possible to support GLOBs/wildcards for resource PUTs?

Currently in order to PUT a file to this azure blob store resource, we have to call out the entire filename explicitly. Even the simplest GLOBs/regex fails with an unable to find file error.

christianang commented 5 years ago

I've implemented the regexp param and added GLOB support in the file param for put. So using snapshots for versioning is no longer required. Reopen the issue if I've missed something.