Crates.io | s3_tui |
lib.rs | s3_tui |
version | 0.1.1 |
source | src |
created_at | 2022-11-05 21:53:30.10177 |
updated_at | 2022-12-31 23:09:10.929177 |
description | A terminal interface to navigating objects stored in AWS S3 |
homepage | |
repository | |
max_upload_size | |
id | 706149 |
size | 65,753 |
A terminal-based tool for navigating S3 objects.
You need to be already logged into AWS in your terminal for this to work:
aws s3 ls
For the cli to pick up data, it needs to be called with an AWS bucket.
s3 --bucket=my-awesome-bucket
optionally, you can add a prefix argument as well to further filter objects
s3 --bucket=my-awesome-bucket --prefix=my-prefix
Functionality if fairly limited. Currently the tool can only navigate objects, and copy the uri path (which is all I need)