Linux command
stu 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch the S3 explorer
stu
Browse a specific bucket in a region
stu --region [us-east-1] --bucket [my-bucket]
Connect to an S3-compatible endpoint
stu --profile [myprofile] --endpoint-url [https://s3.example.com]
说明
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.
参数
- --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.
FAQ
What is the stu command used for?
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.
How do I run a basic stu example?
Run `stu` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --region _REGION_ do in stu?
AWS region to use.