If not yet installed on your machine, you can install **rclone** with the following command::
$ curl https://rclone.org/install.sh | sudo bash
**Windows:**
In order to use Rclone on Windows systems, you need a bash. If you don't have one yet, you can download **git bash** from:
...
...
@@ -72,7 +72,7 @@ Mind that ``env_auth = true`` takes variables from environment, so you shouldn't
Case 3: Use EC2 credentials
""""""""""""""""""""""""""
First, you need to install the Openstack cli as described here in the `cli tutorial <https://cloud.garr.it/compute/install-cli/>`.
First, you need to install the Openstack cli as described here in the `cli tutorial <https://cloud.garr.it/compute/install-cli/>`_.
Then execute the content of the file::
...
...
@@ -102,7 +102,7 @@ Add the following text to *rclone.conf*::
.. note::
You can use EC2 credentials to access object storage with other tools. Check `S3 interface to object storage <https://cloud.garr.it/support/kb/objstore/s3_quick_tutorial/>`.
You can use EC2 credentials to access object storage with other tools. Check `S3 interface to object storage <https://cloud.garr.it/support/kb/objstore/s3_quick_tutorial/>`_.
Now your container has been mounted on *test_dir* directory. You can access it and every change you make inside the directory is istantly made inside the container.