awslabs / project-lakechain

:zap: Cloud-native, AI-powered, document processing pipelines on AWS.
https://awslabs.github.io/project-lakechain/
Apache License 2.0
115 stars 22 forks source link

feat: support s3 metadata for s3 event trigger #40

Closed jeromevdl closed 2 months ago

jeromevdl commented 3 months ago

Issue #, if available:

Description of changes:

Adding S3 metadata to s3-event-trigger middleware to initialise custom metadata with the one specified in S3.

Checklist

* [ ] Update tests * [x] Update docs * [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) (`fix: `, `feat: `, `docs: `, ...) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
HQarroum commented 2 months ago

Merged, thanks!