feat(listBuckets): Add support for returning partial success by thiyaguk09 · Pull Request #2678 · googleapis/nodejs-storage

added 4 commits

November 7, 2025 10:14
Implements the optional parameter `returnPartialSuccess`.

If set to `true` and the API response contains an `unreachable` array,
the function will return a successful callback (`err: null`) and pass
the `unreachable` array as the 5th argument.

This allows users to process the available buckets without the entire
operation failing on soft errors.
New sample for partial success in ListBuckets
(storage_list_buckets_partial_success)

ddelgrosso1

@thiyaguk09

@gcf-owl-bot

ddelgrosso1

ddelgrosso1

@thiyaguk09

ddelgrosso1

ddelgrosso1

ddelgrosso1

ddelgrosso1

ddelgrosso1

@thiyaguk09

@thiyaguk09

ddelgrosso1