Goofys is a high-performance, POSIX-ish S3 file system written in Go. It allows you to mount an S3 bucket as a POSIX file system.
The obvious requirement for this client to work is to install golang and add Go binaries path to PATH environment variable.
Then create a directory ~/work and execute the following command:
...
This will install Goofys on your operating system.
At this point, you need to create a directory in order to locally mount your S3 bucket (e.g. mkdir pippo).
Besides, you have to create a file ~/.aws/credentials containing your S3 (Openstack EC2) credentials in the following way:
...