I have been playing around with possibility of having a container that mounts an s3 bucket and exposes it to the outside.
I used https://github.com/FindHotel/aws-s3-mount to have the s3 bucket mounted inside the container successfully. The mount is using FUSE.
I couldn't find a way to reach to that s3 mount from the host. Is it possible? Any other ideas to achieve the same goal?
Thanks!