sherzberg / graylog-plugin-s3

Apache License 2.0
16 stars 11 forks source link

Url-decode the s3 object #2

Closed pjvaanan closed 7 years ago

pjvaanan commented 7 years ago

Fetching a s3 file fails if the file name has a colon in it (e.g. Redshift access log).

S3SNSNotificationParser should call record.getS3().getObject().getUrlDecodedKey() instead of record.getS3().getObject().getKey()

sherzberg commented 7 years ago

Thanks for adding this issue! Please try out the latest release: https://github.com/sherzberg/graylog-plugin-s3/releases/tag/2.3.0-1 and let us know how it works out!