[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540875965 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,90 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540876649 ## File path: extensions/aws/processors/S3Processor.cpp ## @@ -0,0 +1,263 @@ +/** + * @file S3Processor.cpp + * Base S3 processor class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540876403 ## File path: extensions/aws/processors/DeleteS3Object.h ## @@ -0,0 +1,76 @@ +/** + * @file DeleteS3Object.h + * DeleteS3Object class declaration

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540875965 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,90 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540875020 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,90 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540874499 ## File path: extensions/aws/processors/S3Processor.cpp ## @@ -0,0 +1,263 @@ +/** + * @file S3Processor.cpp + * Base S3 processor class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r540772490 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,90 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539132879 ## File path: extensions/aws/processors/DeleteS3Object.h ## @@ -0,0 +1,76 @@ +/** + * @file DeleteS3Object.h + * DeleteS3Object class declaration

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-12-09 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r539132249 ## File path: PROCESSORS.md ## @@ -208,6 +209,39 @@ In the list below, the names of required properties appear in bold. Any other pr

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-11-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r521488405 ## File path: extensions/aws/processors/DeleteS3Object.cpp ## @@ -0,0 +1,92 @@ +/** + * @file DeleteS3Object.cpp + * DeleteS3Object class

[GitHub] [nifi-minifi-cpp] lordgamez commented on a change in pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-11-11 Thread GitBox
lordgamez commented on a change in pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#discussion_r521469706 ## File path: extensions/aws/s3/S3Wrapper.cpp ## @@ -38,8 +38,24 @@ minifi::utils::optional S3Wrapper::sendPutObjec