NAME
gdcloud storage buckets list : répertorie tous les buckets de stockage.
SYNOPSIS
gdcloud storage buckets list [--location=LOCATION] [--location-type=LOCATION_TYPE] [--project=PROJECT_ID] [flags]
EXEMPLES
To list the zonal storage buckets, run:
gdcloud storage buckets list --location=zone1 --location-type=singlezone
To list asynchronous dual-zone buckets in the given locations, run:
gdcloud storage buckets list --location=zone1,zone2 --location-type=asyncdualzone
To list synchronous dual-zone buckets in the given locations, run:
gdcloud storage buckets list --location=zone1,zone2 --location-type=syncdualzone
FLAGS FACULTATIFS
--limit int Maximum number of resources to list. The default is unlimited.
--location string Comma-separated list of zones where the storage buckets are available. If unset, will use current zone as the location
--location-type string Bucket location configuration type. Available options are: [AsyncDualZone, SyncDualZone, SingleZone]. (default "singlezone")
FLAGS GDCLOUD GÉNÉRAUX
Ces flags sont disponibles pour toutes les commandes : --configuration, --format, --help, --project, --quiet.
Pour en savoir plus, consultez la page de présentation de la documentation de référence de la gdcloud CLI.