Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 306 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 306 Bytes

s3ctl

A simple tool for buckets analize.

for work, define some variables, example below:

AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY

example of usage

s3ctl --bucket <bucket_name>

example of response

{
"bucket-name": [
    "2019-04-29-20:36:54",
     "30",
    "4161"]
}