Skip to content

Commit

Permalink
Trying to fix task list in MD
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkor committed Apr 26, 2019
1 parent 4c4ebde commit 971ed5d
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 971ed5d

Please sign in to comment.