Skip to content

Conversation

chronitis
Copy link

This is a (minimal) fix for #55 - direct construction of boto3.{Client,Resource} is replaced by constructing a boto3.session.Session (passing both region_name and aws_profile_name from the credentials, so they'll be used if non-null) and then using that to access resources.

@chronitis chronitis changed the title impl: support profile_name when accessing Glue, S3 Support AWS profile when accessing Glue, S3 Jan 20, 2022
@chronitis
Copy link
Author

chronitis commented Feb 16, 2022

Rebased on 1.0.1

@grufino
Copy link

grufino commented Aug 20, 2022

hey @chronitis only saw this now, I think we are solving the same issue but on two different places in slightly different ways: #124, we should probably stick to the same solution and use on both places (probably on others that call a new client as well)

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