gresockj commented on a change in pull request #3601: NIFI-6468: Adding AWS S3 
'requester pays' to Fetch and List processors.
URL: https://github.com/apache/nifi/pull/3601#discussion_r308398637
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/test/java/org/apache/nifi/processors/aws/s3/TestFetchS3Object.java
 ##########
 @@ -100,6 +100,65 @@ public void testGetObject() throws IOException {
         GetObjectRequest request = captureRequest.getValue();
         assertEquals("request-bucket", request.getBucketName());
         assertEquals("request-key", request.getKey());
+        assertEquals(false, request.isRequesterPays());
 
 Review comment:
   Thanks, updated these in the tests.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to