Factory
@Serializable
@SerialName(value = "!GoogleCloud")
Constructors
Link copied to clipboard
constructor(projectId: String, bucket: String, prefix: Path? = null, coroutineContext: CoroutineContext = Dispatchers.IO)
Properties
Link copied to clipboard
The name of the Cloud Storage bucket to use as an object store
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open override fun openObjectStore(storageRoot: Path, remotes: Map<RemoteAlias, Remote>): CloudStorage
Link copied to clipboard