szaszm commented on code in PR #1562:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1562#discussion_r1172145799


##########
extensions/aws/tests/MockS3RequestSender.h:
##########
@@ -250,6 +252,10 @@ class MockS3RequestSender : public 
minifi::aws::s3::S3RequestSender {
     return client_config_;
   }
 
+  bool getUserVirtualAddressing() const {

Review Comment:
   This looks like a typo
   ```suggestion
     bool getUseVirtualAddressing() const {
   ```



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

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to