Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add doc
  • Loading branch information
jjo committed Jun 19, 2013
1 parent bd90f29 commit 4ad71d8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion cloud/find-s3.py
Expand Up @@ -3,9 +3,18 @@
# Author: JuanJo Ciarlante <jjo@canonical.com>
# License: GPlv3
# Copyright 2013, Canonical Ltd.
# asd asd ad
#
"""
find-s3.py: simple find like command for swift/s3 buckets
usage:
find-s3.py -all
find-s3.py mybucket
find-s3.py -ls mybucket
find-s3.py -md5 mybucket
find-s3.py -mtime -1 mybucket
find-s3.py -mmin -60 mybucket
find-s3.py -size +1G mybucket
"""
# pylint: disable=E1101
import os
Expand Down

0 comments on commit 4ad71d8

Please sign in to comment.