You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
216 B

9 years ago
9 years ago
9 years ago
  1. # s3cmd
  2. Lightweight wrapper around s3cmd
  3. ## Usage
  4. ```sh
  5. $ docker run -v $(pwd):/s3 schickling/s3cmd sync . s3://my-bucket
  6. ```
  7. ### `s3cmd` documentation
  8. See [here](http://s3tools.org/usage) for the documentation.