Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The app should be able to create a new AWS config named profile #9

Open
maikbasel opened this issue Dec 21, 2023 · 0 comments
Open

Comments

@maikbasel
Copy link
Owner

No description provided.

maikbasel added a commit that referenced this issue Feb 26, 2024
Added new save_profile_data method in ProfileDataSPI. This new method
 is responsible for saving new profiles to the AWS config and
 credentials files.

Refs: #9
maikbasel added a commit that referenced this issue Feb 26, 2024
Refactored the AWS SDK config adapter by splitting the
`save_profile_data` method into two separate functions,
`update_config_file` and `update_credentials_file`.

Refs: #9
maikbasel added a commit that referenced this issue Feb 27, 2024
Transformed the `save_profile_data` method in the ProfileDataSPI
trait and the AWS SDK config adapter from asynchronous to synchronous
. There is no reason to make the method async.

Refs: #9
maikbasel added a commit that referenced this issue Mar 16, 2024
This commit introduced create, edit, and delete profile functions
into the Tauri application. It also modified the credentials and
profile structures to support serialization and deserialization,
which is essential for operation.

Refs: #9 #15 #16
maikbasel added a commit that referenced this issue Mar 27, 2024
Renaming a profile is not supported, since it would require deleting
the old and creating a new entry in both credentials as well as
config file.

Refs: #9 #16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant