Accessing Remote R2 while having local assets
Hey,
I am trying to build a worker that can access my remote R2 buckets, but still have local static assets to serve.
From my research it looks like its common to have an R2 assets bucket to solve this issue, but because multiple develpers are going to work on this worker, we don't want them to share the same assets bucket.
Our current limitations:
I am trying to build a worker that can access my remote R2 buckets, but still have local static assets to serve.
From my research it looks like its common to have an R2 assets bucket to solve this issue, but because multiple develpers are going to work on this worker, we don't want them to share the same assets bucket.
Our current limitations:
- We can't seed the local R2 since our data set is too big, and we need to know which data is seeded specifically across tens of buckets.
- We can't have a remote assets folder since we don't want engineers to share them.
- We can't have local assets with
wrangler dev --remotesince it throws an error: