duckdb / duckdb_aws

MIT License
34 stars 12 forks source link

Add ability to pass profile name to load_aws_credentials #1

Closed samansmink closed 10 months ago

samansmink commented 12 months ago

Original issue: https://github.com/samansmink/aws/issues/4 by @AlessandroLollo

There are situations where you have multiple temporary credentials stored in your ~/.aws/credentials file, for example when you can assume multiple roles. It would be great if load_aws_credentials can support an optional parameter to specify the profile you want to load.

samansmink commented 10 months ago

Is fixed with pr #4