shvc / s3cli

Command line tool for S3
MIT License
32 stars 5 forks source link

added support for retrieving credentials from aws shared config file #29

Closed dududko closed 2 years ago

dududko commented 2 years ago

Description

Added ability to retrieve credentials from shared config file ~/.aws/config

Motivation

Sometimes credentials are not only stored in shared credentials file ~/.aws/credentials but also should be retrieved on demand using shared config file. This can be needed when doing assume-role or using AWS saml providers.

shvc commented 2 years ago

@dududko thanks for you PR