here’s my code:
const olist: R2Object = await env.MY_BUCKET.list();
const slist: string = olist.map((o)=>o.key);
it says TypeError: olist.map is not a function
here’s my code:
const olist: R2Object = await env.MY_BUCKET.list();
const slist: string = olist.map((o)=>o.key);
it says TypeError: olist.map is not a function