This is an automated email from the ASF dual-hosted git repository.
martinzink pushed a change to branch gcp_to_c_api
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
omit a663671b1 MinifiProcessContextGetControllerServiceFromProperty
omit f60c3fc5e remove MinifiProxyData::version
omit 60233fd20 MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
omit d5b846295 minimize formatting changes for easier review
omit 1b9010b59 MINIFICPP-2765 Move GCP Extension to stable C API
omit e4f700e6a simplify
omit ba1719e8c Apply suggestions from code review
omit 57aeaf363 MINIFICPP-2798 Mock library for C extensions
add bcfe8d016 MINIFICPP-2792 Fix S3 upload above 2GB on Windows (#2167)
add 78beb249b MINIFICPP-2824 Fix libssh2 configuration failure on Windows
(#2184)
add aee23fa36 MINIFICPP-2798 Mock library for C extensions
add cc1ce8067 Apply suggestions from code review
add c9060a840 simplify
add b271534f5 MINIFICPP-2765 Move GCP Extension to stable C API
add 70c1c201a minimize formatting changes for easier review
add 084129dce MINIFI_PROXY_CONFIGURATION_SERVICE_PROPERTY_TYPE description
change
add 4b6f8fc6a remove MinifiProxyData::version
add c9dc36303 MinifiProcessContextGetControllerServiceFromProperty
add b607c29bb update manifest
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a663671b1)
\
N -- N -- N refs/heads/gcp_to_c_api (b607c29bb)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../ubuntu_22_04_clang_arm_manifest.json | 1 +
extensions/aws/s3/MinifiToAwsInputStream.cpp | 90 ++++++++++++++++++++++
extensions/aws/s3/MinifiToAwsInputStream.h | 60 +++++++++++++++
extensions/aws/s3/S3Wrapper.cpp | 42 +++-------
extensions/aws/s3/S3Wrapper.h | 2 -
extensions/aws/tests/MockS3RequestSender.h | 9 +++
thirdparty/libssh2/fix-windows-ioctl.patch | 39 ++++++----
7 files changed, 196 insertions(+), 47 deletions(-)
create mode 100644 extensions/aws/s3/MinifiToAwsInputStream.cpp
create mode 100644 extensions/aws/s3/MinifiToAwsInputStream.h