ishaan1013 / sandbox

A cloud-based code editing environment with an AI copilot and real-time collaboration
MIT License
1.25k stars 95 forks source link

Change from using R2 API to AWS S3 API #14

Open ishaan1013 opened 1 month ago

ishaan1013 commented 1 month ago

The R2 api is limited to putting and deleting files, so operations like renaming, moving, etc. are comically inefficient right now.

Currently using R2 Workers API

Should use S3 API