List the buckets in a Huwaei Blob Storage.

Parameters:

Parameters:
See dedicated page for more information.
List all Object Storage Service (OBS) buckets that are accessible with the provided Huawei Cloud credentials. One row is produced per bucket. This action is read-only.
HuaweiOBSListBuckets is the fastest way to inventory your Huawei Cloud OBS buckets directly from a pipeline. Internally, it performs a signed request (AK/SK with HWS Signature algorithm) against the OBS ListBuckets endpoint for the selected region. This means:
Typical uses include pre-flight checks (does a bucket exist before attempting writes), governance/finops (enumerate storage containers per region), and environment validation during deployments.
The action returns a dataset with one record per bucket that your credentials can see in the selected region. Columns typically include:
Note: Exact columns can vary depending on tenant/endpoint capabilities. Inspect the Data or Records pane after a run to see the final schema in your environment.
You can reuse the exact same steps documented in HuaweiOBSListFiles (“Huawei Blob Storage First Time Setup”) to obtain:
You do not need a Bucket Name for this action because it lists all buckets visible to your credentials in the selected region.
la-south-2).basic or verbose during troubleshooting.Supply raw cURL options to adapt to your network/security needs. A few common patterns:
--proxy https://myproxy.company:8443--cacert /path/to/ca.pem--connect-timeout 10 --max-time 60-vUse these with care; they are passed as-is to the HTTP client.
nothing: clean logs (default)basic: request summaries and status codesverbose: full request/response traces (headers), useful for signed request debuggingFor transient network issues, increase retries (e.g., from 5 to 10). This only retries transport failures, not hard authorization errors.
SignatureDoesNotMatch / InvalidAccessKeyId
Empty result set
ListBucket. Try another region or adjust IAM policy.403 Forbidden / AccessDenied
Proxy / TLS errors
Debug information level=verbose to inspect the TLS handshake details.Intermittent timeouts
--connect-timeout / --max-time in Optional: extra parameters for cURL, and confirm outbound connectivity to the region’s OBS endpoint.