foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5.07k stars 244 forks source link

internal/storage/blob/s3: add iam, aws config file, minio config file configurable credentials #537

Closed arush15june closed 1 year ago

arush15june commented 2 years ago

Implement configuration to choose the source of credentials for IMAP S3 blob storage. My primary purpose was to use the IAM profile instead of having plaintext AWS Access Keys.

Along with IAM profile configuration, I have added configuration for the AWS config file and minio config file as well.

foxcpp commented 1 year ago

Thanks!