# s3cmd
Lightweight wrapper around s3cmd

## Usage

```sh
$ docker run -v $(pwd):/s3 schickling/s3cmd sync . s3://my-bucket
```

### `s3cmd` documentation

See [here](http://s3tools.org/usage) for the documentation.