Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 189 Bytes

s3-cli

Example

Upload:

cargo run -- --profile testing cp src localhost:9000/test-bucket/hey

Remove:

cargo run -- --profile testing rm localhost:9000/test-bucket/hey