SHOW STORAGE CONNECTIONS
Overview
Lists all Storage Connections (object storage connection configurations) in the current instance, including OSS, S3, COS, and other types.
Syntax
Parameters
LIKE '<pattern>': Optional. Filters results by name. Supports % (matches any sequence of characters) and _ (matches a single character) wildcards.
Return Columns
| Column | Type | Description |
|---|---|---|
name | STRING | Storage Connection name |
category | STRING | Always STORAGE |
type | STRING | Storage type: OSS / S3 / COS |
enabled | STRING | Status: ENABLED / DISABLED |
created_time | TIMESTAMP | Creation time |
