Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jamhall committed Jan 28, 2015
1 parent 389660c commit 9476bd9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,15 @@ The goal of S3rver is to minimise runtime dependencies and be more of a developm
- Create bucket
- Delete bucket
- List buckets
- List content of buckets (prefix is only working for the moment, delimiter and maxkeys will follow soon)
- List content of buckets (prefix, delimiter and max keys all work)

### Objects

- Put object
- Delete object
- Get object (including using the HEAD method)
- Get dummy ACLs for an object

### Working on

- [ ] Copy object
- [X] Update modified date when an object is updated
- [X] Implementing tests for listing objects by prefix
- Copy object


## Quick Start
Expand Down

0 comments on commit 9476bd9

Please sign in to comment.