Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 479 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 479 Bytes

📦 S3 radar

Simple cli tool for measurement s3 network bandwidth


⬇️ Installation

🐍 PIP

pip install s3_radar

🍯 Poetry

poetry add s3_radar

🍰 How to use it

Measure upload speed

s3r up <bucket> <ak> <ask> -s <size-in-bytes>

Measure upload and download speed

s3r down <bucket> <ak> <ask> -s <size-in-bytes>

Show command list

smithy --help