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.33k stars 140 forks source link

Use local storage instead of sync storage when using the Extension API #146

Closed reegnz closed 3 years ago

reegnz commented 4 years ago

I am using the extension API to sync external configs. Given that the config is syncing to the extension from another extension, it doesn't make sense to use the sync storage to save it. By using local storage the size limitation for the configs coming from the Extension API could be eliminated.