1 unstable release
0.1.0 | Jan 13, 2020 |
---|
#40 in #locally
21KB
88 lines
Email Files Extractor
An extractor to extract files from MHTML or Email files which is stored in Amazon S3 and store the files inside a specified path.
How to run the binary
- Build the code
cargo build --release
- After build is triggered a binary file will be created inside ./target/release/email-extractor, now set the environment variables for AWS configuration. Run in terminal.
export bucket_name=[BUCKET_NAME]
export region=[REGION]
export access_key=[YOUR_AWS_ACCESS_KEY]
export secret_key=[YOUR_AWS_SECRET_KEY]
- To run this binary, it accepts a parameter and a flag
./target/release/email-extractor [ID] -o [PATH]
Dependencies
~30MB
~595K SLoC