newapplesho / aws-sdk-smalltalk

AWS SDK for Smalltalk
MIT License
38 stars 16 forks source link

Support AWS Profiles #17

Closed tblanchard closed 2 years ago

tblanchard commented 3 years ago

AWS supports use of profiles for authentication.

Profiles are stored in ~/.aws in files config and credentials. It should be possible to create a service on a given profile.

newapplesho commented 3 years ago

@tblanchard Thank you your comment.

newapplesho commented 2 years ago

https://github.com/newapplesho/aws-sdk-smalltalk/pull/18 PR Merged.