retrieveBuckets

open suspend fun retrieveBuckets(): List<Bucket>(source)

Deprecated

Use listBuckets instead

Replace with

listBuckets()

Returns all buckets in the storage

Throws

RestException

or one of its subclasses if receiving an error response

HttpRequestTimeoutException

if the request timed out

HttpRequestException

on network related issues