Hi, I'm using `wrangler pages dev --r2=MY_BUCKET` to use r2 apis from my Pages Functions. This works

Hi, I'm using
wrangler pages dev --r2=MY_BUCKET
to use r2 apis from my Pages Functions. This works, however the objects I write ends up in
 .wrangler/state/v3/r2/MY_BUCKET
. I have other software that run outside workers/pages that uses S3 SDK to retrieve these objects and I'm struggling to figure out a path to locally develop and test my whole stack. Is there a way to bind a remote R2 bucket I created for development and bind it to my local
wrangler pages dev
instance?
Was this page helpful?