diff --git "a/docs/_images/ccdb/2021-06-15 16_10_33-Compute Canada Agreements \342\200\224 Mozilla Firefox.png" "b/docs/_images/ccdb/2021-06-15 16_10_33-Compute Canada Agreements \342\200\224 Mozilla Firefox.png"
new file mode 100644
index 0000000000000000000000000000000000000000..7dbe8e53f532ba71ac9764168beb412a4ee2b6e6
Binary files /dev/null and "b/docs/_images/ccdb/2021-06-15 16_10_33-Compute Canada Agreements \342\200\224 Mozilla Firefox.png" differ
diff --git "a/docs/_images/ccdb/2021-06-15 16_15_05-Compute Canada Compute Canada Account Application \342\200\224 Mozilla Firefox 2.png" "b/docs/_images/ccdb/2021-06-15 16_15_05-Compute Canada Compute Canada Account Application \342\200\224 Mozilla Firefox 2.png"
new file mode 100644
index 0000000000000000000000000000000000000000..42105af7e0bae1d8a218714fc32cfae27b82a7c7
Binary files /dev/null and "b/docs/_images/ccdb/2021-06-15 16_15_05-Compute Canada Compute Canada Account Application \342\200\224 Mozilla Firefox 2.png" differ
diff --git "a/docs/_images/ccdb/2021-06-15 16_15_35-Compute Canada Compute Canada Account Application \342\200\224 Mozilla Firefox 1.png" "b/docs/_images/ccdb/2021-06-15 16_15_35-Compute Canada Compute Canada Account Application \342\200\224 Mozilla Firefox 1.png"
new file mode 100644
index 0000000000000000000000000000000000000000..d5174e131e3e21d7bbdcc25557374e866c4c6f8a
Binary files /dev/null and "b/docs/_images/ccdb/2021-06-15 16_15_35-Compute Canada Compute Canada Account Application \342\200\224 Mozilla Firefox 1.png" differ
diff --git a/docs/howto/s3_file_storage.rst b/docs/howto/s3_file_storage.rst
index 516d7181bd98f46b8d4378f3d97a630eba2a94e1..5f9350bf58c865ffce1b1f147588057782540050 100644
--- a/docs/howto/s3_file_storage.rst
+++ b/docs/howto/s3_file_storage.rst
@@ -7,8 +7,8 @@ You can get access, browse and download files using your browser, using this lin
 
 `ATHENA S3 Space <https://dtn01.sdcc.bnl.gov:9000/minio/eictest/ATHENA/>`_
 
-**The login and password for read access is not a secret and is available for all members** (but can't be published at open places like this site). Please ask us on 
-`#software-helpdesk Slack channel <https://eicip6.slack.com/archives/C02267ZDARF>`_ or drop an email to one of the SWG. 
+**The LOGIN and PASSWORD for read access are available for all members** (but can't be published at open places like this site). Please ask on 
+`#software-helpdesk Slack channel <https://eicip6.slack.com/archives/C02267ZDARF>`_ or email one of the SWG members. 
 
 
 Installation
@@ -20,7 +20,7 @@ Installing MinIO client:
 
     wget https://dl.min.io/client/mc/release/linux-amd64/mc
     mkdir -p $HOME/bin && mv mc $HOME/bin/mc && chmod +x  $HOME/bin/mc
-    alias mc "$HOME/bin/mc"
+    alias mc="$HOME/bin/mc"
     mc --autocompletion
 
 > You may name the command diffirently if mc aka midnight commander which also uses `mc` is installed