[][src]Module tame_gcs::types

Helper types for working with GCS

Structs

BucketName

A wrapper around strings meant to be used as bucket names, to validate they conform to Bucket Name Requirements

ObjectId

A concrete object id which contains a valid bucket and object name which fully specifies an object

ObjectName

A wrapper for strings meant to be used as object names, to validate that they follow Object Name Requirements

Traits

ObjectIdentifier