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
A GCP-specific lib was added a while back but was immediately removed because it caused problems running in the browser. We should avoid heavy web2 libs entirely, meaning we should remove @aws-sdk/client-s3 and replace it with simple REST API calls which work just as well with 0 bloat.
The text was updated successfully, but these errors were encountered:
Problem
A GCP-specific lib was added a while back but was immediately removed because it caused problems running in the browser. We should avoid heavy web2 libs entirely, meaning we should remove
@aws-sdk/client-s3
and replace it with simple REST API calls which work just as well with 0 bloat.The text was updated successfully, but these errors were encountered: