package storage
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
- package configuration
Type Members
- class GcsBucket extends GcsDownloader with FileIO with Paging
This class wraps the com.google.cloud.storage.Bucket class, providing an idiomatic scala API handling null values with Option where applicable, as well as wrapping all side-effectful calls in monix.eval.Task or monix.reactive.Observable.
- final class GcsStorage extends Paging
This class wraps the com.google.cloud.storage.Storage class, providing an idiomatic scala API that only exposes side-effectful calls and automatically returns the right types from the monix connect api.
Value Members
- object GcsBlob
- object GcsBucket
Object companion object for GcsBucket.
- object GcsStorage
Companion object for GcsStorage that provides different builder options.