Module cloud_storage_lite::api[][src]

Rust types corresponding to those returned by the GCS API.

Structs

GoogleError

A raw error returned by the GCS API. This is only returned when there’s no more specific error known to this library (e.g., server error, but not NotFound).

ListObjectOptions

Options for filtering which objects are returned from a list call.

Object

A parsimonious representation of an object’s metadata.

Page

A page of results.