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]
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