Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jamhall/s3rver
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Hall committed Jan 28, 2015
2 parents c24a47f + 9476bd9 commit e0d3883
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 e0d3883

Please sign in to comment.