zshamrock / dynoman

DynamoDB management UI
GNU General Public License v3.0
7 stars 0 forks source link

Store and keep settings per AWS profile #260

Closed zshamrock closed 4 years ago

zshamrock commented 4 years ago

Currently, both sessions and queries for multiple AWS profiles are stored in the same directory. It would be better to split these per the corresponding profile directories, so don't conflict and mess with each other.

Additionally, if not profile is used store in the .default.

zshamrock commented 4 years ago

Actually as the profile always defaults to default this will be the default store directory name.