* allowed cors origin and max_age to be configurable
* e2e test edit
* moved comment
* feedback changes
* e2e test edit
* remove extra line at end of file
Co-authored-by: JR Conlin <jconlin+git@mozilla.com>
* feat: Add quota support
* removed `debug_client` code #793
* added metric info `storage.quota.*` around quota events #797
* modify spanner/mysql to include total_bytes & count for user_collections
* changed `touch_collection` to `update_collection` since it's doing more that just touching.
* added setting for `max_quota_limit` (set to `0` to disable quotas)
Closes#793, #797
Co-authored-by: Philip Jenvey <pjenvey@underboss.org>