You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move our xml-based s3 api to use json as this is a built-in easily-implementable thing in golang, while xml parsing in react requires bundling a huge extra library.
Change the s3 api response to be json rather than xml
Change the frontend to just load in a json object from string as it does everywhere else
The text was updated successfully, but these errors were encountered:
User requirement
We should move our xml-based s3 api to use json as this is a built-in easily-implementable thing in golang, while xml parsing in react requires bundling a huge extra library.
The text was updated successfully, but these errors were encountered: