A simple terminal-based user interface for browsing Amazon S3 buckets and objects.
- List and browse S3 buckets.
- Navigate through objects and folders within buckets.
- View text file content in full screen.
| Key | Action |
|---|---|
Up/Down |
Navigate through lists |
Enter/Right |
Enter a bucket or folder |
Left |
Go back to the previous folder or bucket list |
q |
Quit the application |
Esc |
Go back from the file view |
Ctrl-C |
Quit the application |
- Make sure you have Go installed and configured.
- Make sure you have your AWS credentials configured (e.g., via
~/.aws/credentialsor environment variables). - Build the application:
go build
- Run the application:
./ls3