Logstash 5.5.0 Windows - S3 Upload - fails

Does anyone know how to fix this error?
Error validating bucket write permissions! {:message=>":bucket option must not contain a forward-slash (/)", :class=>"ArgumentError"}
LogStash::ConfigurationError: Logstash must have the privileges to write to root bucket aws.mycompany/sit/myapp/app/SERVERNAME/tomcat/catalina.log

I tried adding this to my configuration file with no luck:
validate_credentials_on_root_bucket => false
access_key_id => ""
secret_access_key => ""

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.