blobstore.gcs

Type members

Classlikes

case
class GcsBlob(blob: BlobInfo) extends FsObject
Companion
object
object GcsBlob extends FsObjectLowPri
Companion
class
class GcsStore[F[_]](storage: Storage, acls: List[Acl], defaultTrailingSlashFiles: Boolean, defaultDirectDownload: Boolean)(using evidence$1: Async[F]) extends Store[F, GcsBlob]
Value Params
acls

list of Access Control List objects to be set on all uploads.

defaultDirectDownload

use direct download. When enabled the whole media content is downloaded in a single request (but still streamed). Otherwise use the resumable media download protocol to download in data chunks. This controls behaviour of get method from Store trait. Use getUnderlying to control on per-invocation basis.

defaultTrailingSlashFiles

test if folders returned by list are files with trailing slashes in their names. This controls behaviour of list method from Store trait. Use listUnderlying to control on per-invocation basis.

storage

configured instance of GCS Storage

Companion
object
object GcsStore
Companion
class