Skip to content
Snippets Groups Projects
Commit 6925353c authored by Thibault Lavigne's avatar Thibault Lavigne
Browse files

Fix documentation about upload/download with mc

parent fe9007f1
No related branches found
No related tags found
1 merge request!90Fix documentation about upload/download with mc
Pipeline #13892 passed
......@@ -99,9 +99,8 @@ For Windows systems, you can use [WinSCP](https://winscp.net/eng/download.php) w
* you should replace `<alias-name>` with the name you want to use to call this specific service.
* you should replace `<access-key>` and `<secret-key>` with your credentials
3. You can now list buckets and documents with the following command : `mc ls <alias-name>/<bucket-name>/<PATH>`
4. In order to upload files, you can use `mirror` command: `mc mirror <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
5. You can also download your files with the same command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
4. You can upload your files with the `mirror` command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
5. In order to download files, you can use `cp` command: `mc cp <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
## Upload images using the Amazon Web Service client `aws`
1. Install the AWS client following the documentation https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
......
......@@ -83,5 +83,5 @@ For Windows systems, you can use [WinSCP](https://winscp.net/eng/download.php) w
* you should replace `<alias-name>` with the name you want to use to call this specific service.
* you should replace `<access-key>` and `<secret-key>` with your credentials
3. You can now list buckets and documents with the following command : `mc ls <alias-name>/<bucket-name>/<PATH>`
4. In order to upload files, you can use `mirror` command: `mc mirror <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
5. You can also upload your files with the same command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
4. You can upload your files with the `mirror` command `mc mirror <your-file-or-directory> <alias-name>/<bucket-name>/<PATH>`
5. In order to download files, you can use `cp` command: `mc cp <alias-name>/<bucket-name>/<PATH> <your-file-or-directory>`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment