aws s3 ls with no path lists every bucket owned by the account.
aws s3 ls
Add a bucket path, like aws s3 ls s3://codetofun-assets/, to list the objects inside a specific bucket.
aws s3 ls s3://codetofun-assets/
Lines: 0 | Characters: 0