Imap Attachment To S3 Operator¶
Overview¶
The ImapAttachmentToS3Operator
can transfer an email attachment via IMAP
protocol from a mail server to S3 Bucket.
An example dag example_imap_attachment_to_s3.py
is provided which showcase the
ImapAttachmentToS3Operator
in action.
example_imap_attachment_to_s3.py¶
Purpose¶
This is an example dag for using ImapAttachmentToS3Operator
to transfer an email attachment via IMAP
protocol from a mail server to S3 Bucket.
Environment variables¶
These examples rely on the following variables, which can be passed via OS environment variables.