cherweg / logstash-input-s3-sns-sqs

logstash input downloading files from s3 Bucket by OjectKey from SNS/SQS
Other
29 stars 35 forks source link

include_object_properties does not fetch info #89

Open ajaybso opened 3 months ago

ajaybso commented 3 months ago

I need to fetch apart from the message in sqs notification, S3 object properties, specifically S3 object file name for each S3 object in bucket. Message details are fully fetched but a declaration in input like below does not get the object detail. Is there anyway to fetch S3 object folder path from properties ? include_object_properties => [last_modified, content_type, metadata]

Thanks ajay