Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Mailroom to use AWS Credential Chains for accessing S3 #647

Merged
merged 3 commits into from
Aug 2, 2022

Conversation

tybritten
Copy link
Contributor

If a user wants to enable s3 access, but doesn't want to use static key/secret values, they can set AWSUseCredChain to true, and the AWS SDK will use its built-in credential chain (env vars, file, role, etc) to access S3.

Copy link
Contributor

@rowanseymour rowanseymour left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine but seems you don't have gofmt on save setup?

@codecov
Copy link

codecov bot commented Aug 2, 2022

Codecov Report

Merging #647 (9f4d405) into main (cb27b38) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #647   +/-   ##
=======================================
  Coverage   61.99%   62.00%           
=======================================
  Files         132      132           
  Lines       12944    12945    +1     
=======================================
+ Hits         8025     8026    +1     
  Misses       4053     4053           
  Partials      866      866           
Impacted Files Coverage Δ
runtime/config.go 96.29% <100.00%> (+0.04%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us.

@rowanseymour rowanseymour merged commit 8f59edf into rapidpro:main Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants