> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ls

> List S3 buckets or objects within a bucket.

The `ls` command lists all available S3 buckets.

```bash theme={null}
s3Cli ls
```

<Accordion title="Arguments">
  * `path` `string` **optional**: S3 bucket name.
</Accordion>

<Accordion title="Global options">
  * `--help` `-h` **optional**: Shows help messages and exits.
  * `--config` `-c` `string` **optional**: Path to Hadoop's `core-site.xml` file.
  * `--jceks-dir` `-j` `string` **optional**: Directory containing JCEKS files.
  * `--ranger-classpath` `-r` `string` **optional**: Path to Ranger's JAR files.
  * `--user` `-u` `string` **optional**: Username for Ranger authorization.
  * `--verbose` `-v` **optional**: Verbose logging.
</Accordion>
