tilfinltd / aws-extend-switch-roles

Extend your AWS IAM switching roles by Chrome extension, Firefox add-on, or Edge add-on
https://chromewebstore.google.com/detail/aws-extend-switch-roles/jpmkfafbacpgapdghgdpembnojdlgkdl?utm_source=github
MIT License
1.32k stars 141 forks source link

Configuration storage setting (Sync or Local) #194

Closed tilfin closed 3 years ago

tilfin commented 3 years ago

This feature #193 will be released on next v2.1 and solves #123 #145 #146 #184.

Add Configuration storage to settings

This specifies which storage to save to. 'Sync' can automatically share it between browsers with your account but cannot store many profiles. 'Local' is the exact opposite of 'Sync.' 'Local' storage can keep your profile configurations up to 2,000.

Change specification of Config Sender API

Configuration storage forcibly becomes 'Local' when the configuration is received from a config sender. It can no longer save to 'Sync' storage.

tilfin commented 3 years ago

released at v2.1.0