jfrazee edited a comment on pull request #3906:
URL: https://github.com/apache/nifi/pull/3906#issuecomment-621521260
@turcsanyip I was thinking that sounded like a really easy, elegant
solution, but `${filename}` is the basename whereas `${azure.blobname}` isn't
if there are any "directories". I think there's probably still a viable path to
migrating the processors to `${filename}` but I think it'd require more code
than this PR because `${path}` doesn't seem to be what's expected either so
`${path}/${filename}` isn't `${azure.blobname}` either AFAICT. That said, using
`${filename}`, `${path}`, etc. would bring it closer to the other filesystem
List/Fetch/Put processors which would be good.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]