I've configured it to run hourly, it rotates logs hourly but not sending it to s3, what could be the reason?
/var/log/newlog {
rotate 5
hourly
missingok
notifempty
compress
dateext
dateformat -%Y-%m-%d-%H%M%S
postrotate
/usr/lib/newlog/new
endscript
/usr/lib/newlog/new is a script, using s3cmd to sync .gz files to s3