AWS S3 Option for file storage

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:

  1. I fuse mounted my bucket.
  2. I had mounted my sites dir to a docker persistent volume, so I let that set up first.
  3. Then I copied over the documents dir within the sites dir into my fuse mounted dir.
  4. Then I symlinked the documents path to the fuse mounted dir

Not sure if its helpful but it seems to work.

1 Like