a simple s3 tool for radosgw
python s3.py -x
python s3.py -o rgw.conf -x
python s3.py -n rgw -p 7000 -k access -s secret -o rgw.conf -x
python s3.py -c rgw.conf get /
python s3.py -c rgw.conf put /bucket
python s3.py -c rgw.conf delete /bucket
python s3.py -c rgw.conf get /bucket
python s3.py -c rgw.conf put /bucket/obj -f local_file
python s3.py -c rgw.conf get /bucket/obj -o local_file
python s3.py -c rgw.conf delete /bucket/obj