You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jf...@apache.org on 2021/04/27 19:18:51 UTC

[nifi] branch main updated (16dc61e -> 0ed3534)

This is an automated email from the ASF dual-hosted git repository.

jfrazee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 16dc61e  NIFI-8458 TailFile - Fix some bugs. Add more tests. - During cleanup keep "tailingPostRollover" in the updated state. - Skipping tests that can't run on Windows.
     add 0ed3534  NIFI-7886 Added read by range to Azure, GCS, S3 fetch processors

No new revisions were added by this update.

Summary of changes:
 .../nifi/processors/aws/s3/FetchS3Object.java      |  31 +++-
 .../nifi/processors/aws/s3/TestFetchS3Object.java  |   2 +-
 .../azure/storage/FetchAzureBlobStorage.java       |  42 +++++-
 .../azure/storage/FetchAzureDataLakeStorage.java   |  60 +++++++-
 .../azure/storage/AbstractAzureBlobStorageIT.java  |   5 +-
 .../storage/AbstractAzureDataLakeStorageIT.java    |   3 +-
 .../azure/storage/ITFetchAzureBlobStorage.java     |  73 +++++++++-
 .../azure/storage/ITFetchAzureDataLakeStorage.java | 162 +++++++++++++++++----
 .../processors/gcp/storage/FetchGCSObject.java     |  46 +++++-
 9 files changed, 378 insertions(+), 46 deletions(-)