Compare commits
No commits in common. "e72a7a7468fcc0a7534ec0ca81e6804d20a2626e" and "5e6882495321c31330701b2e2a2120a4fe5bb0eb" have entirely different histories.
e72a7a7468
...
5e68824953
14
README.md
14
README.md
|
@ -42,23 +42,13 @@ returnurl = "your_return_url"
|
|||
### Upload a file
|
||||
|
||||
```
|
||||
./s3-client_linux.x86_64 -file "path/to/your/file" [optional] -directory "/exampledir"
|
||||
./s3-client -file "path/to/your/file" [optional] -directory "/exampledir"
|
||||
```
|
||||
|
||||
### List files
|
||||
|
||||
```
|
||||
./s3-client_linux.x86_64 -list
|
||||
```
|
||||
|
||||
### Delete files
|
||||
|
||||
```
|
||||
./s3-client_linux.x86_64 -delete "filename.png"
|
||||
|
||||
or with an directory
|
||||
|
||||
./s3-client_linux.x86_64 -delete "/dir1/filename.png"
|
||||
./s3-client -list
|
||||
```
|
||||
|
||||
### Help message
|
||||
|
|
Loading…
Reference in New Issue
Block a user