Set R2 as source for site in wrangler.toml

Hi!
I was exploring worker and r2.
Is it possible to set R2 as source of site on wrangler.toml for worker to fetch index.html?
site = { bucket = “./home/htdocs/gui/” }
to
site= { bucket = “some/r2/bucket” }