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

Add support for dynamic S3 configs per uploader #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erickgnavar
Copy link

In case definition.s3_config/0 is not defined it will use
ExAws.Config.Defaults.defaults(:s3) which was the default option
already

In case definition.s3_config/0 is not defined it will use
ExAws.Config.Defaults.defaults(:s3) which was the default option
already
@erickgnavar erickgnavar force-pushed the add-support-to-have-custom-s3-config-per-uploader branch from 6440208 to 8332546 Compare March 27, 2024 15:17
@achempion
Copy link
Member

Hi Erick, thanks for your contribution.

What is your use case for the change?

@erickgnavar
Copy link
Author

Hi Erick, thanks for your contribution.

What is your use case for the change?

I'm building a tool to upload files to S3 where every user has their own S3 credentials, also at work in some projects we have to deal with more than one S3 credentials, I think this will give flexibility to the package, also it's backwards compatible because it uses default function to get credentials from ExAws.S3

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.

2 participants