Lists all files in a Google Cloud Storage bucket This command lists all files in a bucket under the cloud storage account currently configured for use by Virtualmin, specified by the --bucket flag. By default output is in a human-readable table format, but you can switch to a more parsable output format with the --multiline flag. Or to just get a list of filenames, use the --name-only flag. Command line help virtualmin list-gcs-files [--multiline | --name-only] --bucket name
Lists all files in a Google Cloud Storage bucket#
This command lists all files in a bucket under the cloud storage account currently configured for use by Virtualmin, specified by the --bucket flag.
By default output is in a human-readable table format, but you can switch to a more parsable output format with the --multiline flag. Or to just get a list of filenames, use the --name-only flag.
Command line help#
virtualmin list-gcs-files [--multiline | --name-only]
--bucket name
Source: https://www.virtualmin.com/docs/development/api-programs/list-gcs-files/
