arpadboda commented on a change in pull request #942:
URL: https://github.com/apache/nifi-minifi-cpp/pull/942#discussion_r532619290
##########
File path: extensions/standard-processors/processors/PutFile.h
##########
@@ -110,6 +114,22 @@ class PutFile : public core::Processor {
const std::string &destDir);
std::shared_ptr<logging::Logger> logger_;
static std::shared_ptr<utils::IdGenerator> id_generator_;
+
+#ifndef WIN32
+ class FilePermissions {
+ static const uint32_t MINIMUM_INVALID_PERMISSIONS_VALUE = 1 << 9;
Review comment:
Nice solution :)
----------------------------------------------------------------
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]