domainaware / parsedmarc

A Python package and CLI for parsing aggregate and forensic DMARC reports
https://domainaware.github.io/parsedmarc/
Apache License 2.0
986 stars 214 forks source link

Implement new settings for s3 #328

Closed williamdes closed 2 years ago

williamdes commented 2 years ago

Used as an example: https://stackoverflow.com/a/48909008/5155484

And source: https://github.com/domainaware/parsedmarc/pull/223

williamdes commented 2 years ago

It works in production 🎉

image

Using minio. I can share more docker-compose config if needed

[s3]
bucket=parsedmarc
path=/
endpoint_url=http://s3:9000
access_key_id=parsedmarc
secret_access_key=xxxxxxxxxxxxxxxxxxxxx