Skip to content

Commit

Permalink
Merge pull request #1 from sethkor/Tune-Md
Browse files Browse the repository at this point in the history
Trying to fix task list in MD
  • Loading branch information
sethkor authored Apr 26, 2019
2 parents 4c4ebde + 971ed5d commit 79a9133
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ go get github.com/sethkor/s3kor


The cli emulates the [aws cli](https://aws.amazon.com/cli/) as close as possible so as to be a drop in replacement. Supported s3 operations:
-[X] List - ls
-[X] Remove - rm
-[ ] Copy - cp
-[ ] Syncronize - sync

- [X] List - ls
- [X] Remove - rm
- [ ] Copy - cp
- [ ] Syncronize - sync

Use `--help` on the command line to help you along the way.

Expand Down Expand Up @@ -68,7 +69,7 @@ All commands can take the `--auto-region` flag to automatically detect the right
## List - ls
Nothing special here. Just remember S3 has prefixes, not directory paths.

## Remove - rm
## Remove - rmgit
```
--recursive Recurisvley delete
--all-versions Delete all versions
Expand Down

0 comments on commit 79a9133

Please sign in to comment.