Compare commits
2 Commits
5e68824953
...
e72a7a7468
Author | SHA1 | Date | |
---|---|---|---|
e72a7a7468 | |||
d8049b0e00 |
14
README.md
14
README.md
|
@ -42,13 +42,23 @@ returnurl = "your_return_url"
|
||||||
### Upload a file
|
### Upload a file
|
||||||
|
|
||||||
```
|
```
|
||||||
./s3-client -file "path/to/your/file" [optional] -directory "/exampledir"
|
./s3-client_linux.x86_64 -file "path/to/your/file" [optional] -directory "/exampledir"
|
||||||
```
|
```
|
||||||
|
|
||||||
### List files
|
### List files
|
||||||
|
|
||||||
```
|
```
|
||||||
./s3-client -list
|
./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"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Help message
|
### Help message
|
||||||
|
|
Loading…
Reference in New Issue
Block a user