Versions in this module Expand all Collapse all v0 v0.0.2 Jan 24, 2023 v0.0.1 Jan 7, 2023 Changes in this version + func IsCloudURI(uri string) bool + func NewReader(ctx context.Context, uri string) (*blob.Reader, error) + func NewWriter(ctx context.Context, uri string) (*blob.Writer, error) + func OpenBucket(ctx context.Context, uri string) (*blob.Bucket, error) + func ParseBlobURI(uri string) (scheme, bucket, key string, err error)