LinuxCommandLibrary

stu

Interactive TUI explorer for Amazon S3 buckets

TLDR

Launch the S3 explorer
$ stu
copy
Browse a specific bucket in a region
$ stu --region [us-east-1] --bucket [my-bucket]
copy
Connect to an S3-compatible endpoint
$ stu --profile [myprofile] --endpoint-url [https://s3.example.com]
copy

SYNOPSIS

stu [--region region] [--bucket bucket] [--prefix prefix] [--profile profile] [--endpoint-url url] [--path-style]

DESCRIPTION

stu is an interactive terminal-based explorer for Amazon S3. It allows users to browse buckets and objects, preview files with syntax highlighting, and download items recursively. It supports S3-compatible storage services and customizable key bindings.

PARAMETERS

--region REGION

AWS region to use.
--bucket BUCKET
S3 bucket to browse.
--profile PROFILE
AWS profile name.
--endpoint-url URL
Custom S3-compatible endpoint URL.
--path-style
Use path-style addressing.

HISTORY

stu was created by lusingander and is written in Rust.

SEE ALSO

stree(1), aws(1), s3cmd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard