Create and download an `application credential <https://cloud.garr.it/compute/app-credential/>`_ from openstack dashboard, and take note of the *access_key* and
the *secret_key*.
Create a file ``~/.s3cfg`` with the following content::
Modify ``~/.s3cfg``::
$ nano `~/.s3cfg
Comment the content adding ``#`` before the string::
#<ACCESS-KEY>:<SECRET-KEY>
and add the following content::
[default]
access_key = <put_your_ACCESS-KEY_here>
...
...
@@ -108,22 +131,10 @@ N.B. These instructions refer to version 1.86 available on Ubuntu 20.04. Differe
Uncomment *user_allow_other* option by removing the *#*::
$ nano /etc/fuse.conf
Assign the right permissions to configuration file::
Create application credential
*****************************
Create and download an `application credential <https://cloud.garr.it/compute/app-credential/>`_ from openstack dashboard as *app-credentials.sh*.
You need to install the Openstack cli as described here in the `cli tutorial <https://cloud.garr.it/compute/install-cli/>`.