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

Support user-supplied boto3 session for AWS S3 operations #83

Open
chuckwondo opened this issue Mar 4, 2024 · 0 comments
Open

Support user-supplied boto3 session for AWS S3 operations #83

chuckwondo opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@chuckwondo
Copy link
Contributor

There are 2 places where an AWS S3 boto3 client is created. In both cases, the default boto3 session is used (implicitly), which means that it is not possible to supply a custom session instance. Being able to supply a custom session instance would allow a user to easily supply a session instance suitably configured for any special use case required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant