const fetchBucketContent = async (path: string, bucket: string): Promise<Response> => {
return fetch(`https://${bucket}${path}`, {
cf: {
cacheEverything: true
}
})
}
const fetchBucketContent = async (path: string, bucket: string): Promise<Response> => {
return fetch(`https://${bucket}${path}`, {
cf: {
cacheEverything: true
}
})
}