You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we enable server side encryption on S3 bucket and have "server_side_encryption => true" in the S3 plugin setting, it fails on write permission check. This is very similar to the following issues which should have been fixed, but I'm not sure why we still see the problem: #146 #132
When we turn off "validate_credentials_on_root_bucket" everything works fine.
Logstash version: 6.3.1
Thanks,
The text was updated successfully, but these errors were encountered:
asador
changed the title
Logstash fails to start when server side encryption is on for S3 bucket
Logstash fails on startup when server side encryption is on for S3 bucket
Jul 31, 2018
robbavey
added a commit
to robbavey/logstash-output-s3
that referenced
this issue
Aug 28, 2018
Pass 'upload_options' hash through to the bucket upload_test_file method to
fix issues where permission errors were happening when trying to validate
permissions on buckets with an 'encryption required' policy.
Fixeslogstash-plugins#188, logstash-plugins#146, logstash-plugins#132
When we enable server side encryption on S3 bucket and have "server_side_encryption => true" in the S3 plugin setting, it fails on write permission check. This is very similar to the following issues which should have been fixed, but I'm not sure why we still see the problem:
#146
#132
When we turn off "validate_credentials_on_root_bucket" everything works fine.
Logstash version: 6.3.1
Thanks,
The text was updated successfully, but these errors were encountered: