Cap-go / capgo

Instant update for capacitor apps
https://capgo.app
GNU Affero General Public License v3.0
104 stars 54 forks source link

Create Upload storage API #817

Open riderx opened 3 weeks ago

riderx commented 3 weeks ago

The aim here is to create a new endpoint who allows any upload, zip multipart and partial update This should not use presigned URL anymore and just direct upload with workers and R2, the URL should be randomized as we will make the bucket public with a Capgo URL. As an alternative, we would do endpoint for download as well.

WcaleNieWolny commented 3 weeks ago

May I enquire what is the purpose of this and how do you intend to implement it?

the URL should be randomized

Randomized how? What URL?

we will make the bucket public with a Capgo URL

What will become public?

direct upload with workers and R2

Only with workers and R2? Do you plan to use the R2 api directly? Do you plan to implement this endpoint for supabase?