Support AWS Profiles #181

Open
opened 2024-11-12 11:28:19 +00:00 by alexvanin · 0 comments
Owner

S3 client uses AWS credentials to sign requests. By default it reads from default profile in $HOME/.aws/config file. This config file may contain multiple different profiles for different environments.

Describe the solution you'd like

Support profile parameter in client constructor. Use config.WithSharedConfigProfile("profileName") to override default value. Update preset script and documentation.

Describe alternatives you've considered

Keep it as it is.

## Is your feature request related to a problem? Please describe. S3 client uses AWS credentials to sign requests. By default it reads from default profile in `$HOME/.aws/config` file. This config file may contain multiple different profiles for different environments. ## Describe the solution you'd like Support profile parameter in client constructor. Use `config.WithSharedConfigProfile("profileName")` to override default value. Update preset script and documentation. ## Describe alternatives you've considered Keep it as it is.
alexvanin added the
enhancement
good first issue
P3
labels 2024-11-12 11:28:19 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/xk6-frostfs#181
No description provided.