Is s3cmd compatible with a local dockerized S3 ? If so, how do I configure .s3cfg ? My docker image is registered like so: docker run -p 4569:4569 --name s3-local --restart unless-stopped -d lphoward/fake-s3 I'm on a Mac and my Java code connects to my S3 at address 192.168.99.100:4569 I looked around on Google and couldn't find any existing software that allows browsing a local S3 for development. Is there one?