Skip to content

Commit

Permalink
fixup! aws-s3-ls: add page (#8406)
Browse files Browse the repository at this point in the history
Move "manual" entry to the bottom
  • Loading branch information
tales-aparecida committed Oct 8, 2022
1 parent 037407d commit 62d887a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pages/common/aws-s3-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
> List AWS S3 buckets, folders (prefixes), and files (objects).
> More information: <https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/ls.html>.
- Show manual for `aws s3 ls`:

`aws s3 ls help`

- List all buckets:

`aws s3 ls`
Expand All @@ -26,3 +22,7 @@
- List all files in a path with a given prefix:

`aws s3 ls --recursive {{bucket_name}}/{{path/to/directory/}}{{prefix}}`

- Show manual for `aws s3 ls`:

`aws s3 ls help`

0 comments on commit 62d887a

Please sign in to comment.