feat(cable): AWS buckets

This commit is contained in:
Leonardo Vencovsky 2025-07-15 15:36:35 +02:00
parent 37e31b2443
commit 47a0d83f27
2 changed files with 14 additions and 0 deletions

BIN
assets/tv-aws-buckets.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 415 KiB

View File

@ -0,0 +1,14 @@
[metadata]
name = "aws-buckets"
description = "List and preview AWS S3 Buckets"
requirements = ["aws"]
[source]
command = "aws s3 ls --output text"
output = "{split: :3|trim}"
[preview]
command = "aws s3 ls s3://{split: :3|trim} --human-readable --summarize"
[ui.preview_panel]
size = 60