evroc storage bucket list
List buckets or objects within them
Synopsis
List all buckets or objects contained within a specific bucket
evroc storage bucket list [flags]
Examples
# List all available buckets
evroc storage bucket list
evroc storage bucket ls
# List all objects in a bucket
evroc storage bucket list my-bucket
# List specific objects in a bucket
evroc storage bucket list s3://my-bucket/my-filter-prefix/
Options
  -h, --help                    help for list
  -A, --include-all             Include all (including old and deleted) versions for each object
  -D, --include-deleted         Include deleted object versions
      --s3-credentials string   Path to the S3 credentials file (default "~/.evroc/credentials.ini")
Options inherited from parent commands
      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output
SEE ALSO
- evroc storage bucket - Bucket management commands