Question
Spaces files > directory access in Droplet (Apache, Ubuntu)
Spaces has folders and files I want to access on a Droplet, which is a LAMP stack on Ubuntu. Ultimately, I want to access those files from within the CMS on Droplet.
I would like to access the Spaces files from within the Apache directory /var/www/html/images. Following these two tutorials (s3fs) and some stack overflow, I got the top level of Spaces mounted, but could not access the files or subfolders.
https://jianjye.com/p/access-digitalocean-spaces-from-droplets-via-cli/
https://dotlayer.com/how-to-mount-s3-wasabi-digital-ocean-storage-bucket-on-centos-and-ubuntu-using-s3fs/
I’m wondering if I am missing a step in Apache, or there is some other approach.
Thanks