Sesame-Disk / cool-storage-api

3 stars 0 forks source link

Change AWS authentication to accept also profile auth #44

Closed alvaldes closed 1 year ago

alvaldes commented 2 years ago

Objective: Together with data injection auth, use the .aws/credentials file to create the profiles and upload them from the cool-api.yaml configuration file

[default]
aws_access_key_id = <YOUR_DEFAULT_ACCESS_KEY_ID>
aws_secret_access_key = <YOUR_DEFAULT_SECRET_ACCESS_KEY>

[test-account]
aws_access_key_id = <YOUR_TEST_ACCESS_KEY_ID>
aws_secret_access_key = <YOUR_TEST_SECRET_ACCESS_KEY>

[prod-account]
; work profile
aws_access_key_id = <YOUR_PROD_ACCESS_KEY_ID>
aws_secret_access_key = <YOUR_PROD_SECRET_ACCESS_KEY>

Story Points: 3