Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Documentation
Commits
6925353c
Commit
6925353c
authored
2 years ago
by
Thibault Lavigne
Browse files
Options
Downloads
Patches
Plain Diff
Fix documentation about upload/download with mc
parent
fe9007f1
No related branches found
No related tags found
1 merge request
!90
Fix documentation about upload/download with mc
Pipeline
#13892
passed
2 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
content/howto/large_upload/index.md
+2
-3
2 additions, 3 deletions
content/howto/large_upload/index.md
content/howto/upload_ceph/index.md
+2
-2
2 additions, 2 deletions
content/howto/upload_ceph/index.md
with
4 additions
and
5 deletions
content/howto/large_upload/index.md
+
2
−
3
View file @
6925353c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
content/howto/upload_ceph/index.md
+
2
−
2
View file @
6925353c
...
...
@@ -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 us
e
`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 th
e
`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>
`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment