#amazon-s3 #object #terminal #aws #tui #navigating #path

app s3_tui

A terminal interface to navigating objects stored in AWS S3

2 releases

0.1.1 Dec 31, 2022
0.1.0 Nov 5, 2022

#4 in #navigating

Download history 23/week @ 2024-02-25 41/week @ 2024-03-03 15/week @ 2024-03-10 1/week @ 2024-03-17 20/week @ 2024-03-31

71 downloads per month

MIT/Apache

21KB
523 lines

AWS S3 TUI

A terminal-based tool for navigating S3 objects.

s3tui

Usage

You need to be already logged into AWS in your terminal for this to work:

  • Check by running 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)

Dependencies

~51MB
~775K SLoC