pub async fn storage_get_bucket(
configuration: &Configuration,
bucket_id: &str,
) -> Result<Bucket, Error<StorageGetBucketError>>Expand description
Get a storage bucket by its unique ID. This endpoint response returns a JSON object with the storage bucket metadata.