Support AWS Profiles and fix examples #186

Open
alexvanin wants to merge 2 commits from alexvanin/xk6-frostfs:feature/181 into master
Owner

This PR introduces two changes:

  1. Closes #181 by adding new s3 client parameter to pick AWS profile. This is useful when client has multiple AWS credentials set by aws configure --profile <profile-name>
  2. Fixes examples after #114 when datagen.Payload type was introduced.
This PR introduces two changes: 1) Closes #181 by adding new s3 client parameter to pick AWS profile. This is useful when client has multiple AWS credentials set by `aws configure --profile <profile-name>` 2) Fixes examples after #114 when datagen.Payload type was introduced.
alexvanin self-assigned this 2024-12-28 12:13:39 +00:00
alexvanin added 2 commits 2024-12-28 12:13:40 +00:00
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
[#114] Fix examples
All checks were successful
DCO action / DCO (pull_request) Successful in 27s
Tests and linters / Tests (pull_request) Successful in 1m37s
Tests and linters / Tests with -race (pull_request) Successful in 1m53s
Tests and linters / Lint (pull_request) Successful in 2m53s
3c6023ca29
With #114, upload data functions now works with
datagen payload only, thus examples has to be updated.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
alexvanin requested review from storage-core-committers 2024-12-28 12:13:40 +00:00
alexvanin requested review from storage-core-developers 2024-12-28 12:13:40 +00:00
alexvanin requested review from storage-services-committers 2024-12-28 12:13:40 +00:00
alexvanin requested review from storage-services-developers 2024-12-28 12:13:40 +00:00
fyrchik approved these changes 2024-12-28 12:28:31 +00:00
All checks were successful
DCO action / DCO (pull_request) Successful in 27s
Tests and linters / Tests (pull_request) Successful in 1m37s
Tests and linters / Tests with -race (pull_request) Successful in 1m53s
Tests and linters / Lint (pull_request) Successful in 2m53s
This pull request doesn't have enough approvals yet. 1 of 2 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feature/181:alexvanin-feature/181
git checkout alexvanin-feature/181
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-services-committers
TrueCloudLab/storage-services-developers
No milestone
No project
No assignees
2 participants
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#186
No description provided.