dclim commented on a change in pull request #7907: #7875: Setting ACL on S3
task logs on similar lines as that of data segments pushed to S3
URL: https://github.com/apache/incubator-druid/pull/7907#discussion_r295906830
##########
File path:
extensions-core/s3-extensions/src/main/java/org/apache/druid/storage/s3/S3TaskLogs.java
##########
@@ -146,7 +147,18 @@ private void pushTaskFile(final File logFile, String
taskKey) throws IOException
}
}
- private String getTaskLogKey(String taskid, String filename)
+ private void uploadFileIfPossible(String bucket, String key, File file)
Review comment:
I think you forgot to remove this method after consolidating it into S3Utils
----------------------------------------------------------------
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]