Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christian Salzmann-Jaeckel
boto
Commits
f074d6a4
Commit
f074d6a4
authored
Aug 28, 2020
by
Christian Salzmann-Jaeckel
Browse files
add s4cmd CLI example
parent
054af246
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f074d6a4
...
...
@@ -7,6 +7,21 @@ export AWS_ACCESS_KEY_ID="${MY_AWS_ACCESS_KEY_ID}"
export AWS_SECRET_ACCESS_KEY="${MY_AWS_SECRET_ACCESS_KEY}"
```
## s4cmd examples
S4cmd supports the regular commands you might expect for fetching and storing
files in S3:
`ls`
,
`put`
,
`get`
,
`cp`
,
`mv`
,
`sync`
,
`del`
,
`du`
.
Details see
[
README.md
](
/usr/share/doc/s4cmd/README.md.gz
)
```
sudo apt install s4cmd
export S3_ACCESS_KEY_ID="${MY_AWS_ACCESS_KEY_ID}"
export S3_SECRET_ACCESS_KEY="${MY_AWS_SECRET_ACCESS_KEY}"
s4cmd --endpoint-url=https://rise-s3.zib.de ls
```
### Links
*
[
ceph S3 examples
](
https://github.com/ronaldddilley/ceph-s3-examples
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment