[GitHub] [nifi] pkelly-nifi commented on pull request #4576: NIFI-7886: FetchAzureBlobStorage, FetchS3Object, and FetchGCSObject processors should be able to fetch ranges

2021-04-09 Thread GitBox
pkelly-nifi commented on pull request #4576: URL: https://github.com/apache/nifi/pull/4576#issuecomment-816812215 @jfrazee I committed an update that accounts for the scenario you described for FetchGCSObject where start range > object length. Please let me know your thoughts. I also

[GitHub] [nifi] pkelly-nifi commented on pull request #4576: NIFI-7886: FetchAzureBlobStorage, FetchS3Object, and FetchGCSObject processors should be able to fetch ranges

2021-04-08 Thread GitBox
pkelly-nifi commented on pull request #4576: URL: https://github.com/apache/nifi/pull/4576#issuecomment-815841071 > @jfrazee - are there still requested changes on this pull request? I haven't had a chance yet to add any tests, so we're still waiting on that. If someone else wants

[GitHub] [nifi] pkelly-nifi commented on pull request #4576: NIFI-7886: FetchAzureBlobStorage, FetchS3Object, and FetchGCSObject processors should be able to fetch ranges

2020-10-09 Thread GitBox
pkelly-nifi commented on pull request #4576: URL: https://github.com/apache/nifi/pull/4576#issuecomment-706331138 Yes, ADLS Gen2 does support pulling by range. Good suggestion. I just committed an update for that one as well.