I was also working on this but for google cloud. Currently it works though I’m not sure it is optimal for speed.
I used the docker image setup. What I did:
- I fuse mounted my bucket.
- I had mounted my sites dir to a docker persistent volume, so I let that set up first.
- Then I copied over the documents dir within the sites dir into my fuse mounted dir.
- Then I symlinked the documents path to the fuse mounted dir
Not sure if its helpful but it seems to work.