blobstore.gcs

package blobstore.gcs

Members list

Type members

Classlikes

case class GcsBlob(blob: BlobInfo) extends FsObject

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait FsObject
class Object
trait Matchable
class Any
Show all
object GcsBlob extends FsObjectLowPri

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait FsObjectLowPri
class Object
trait Matchable
class Any
Show all
Self type
GcsBlob.type
class GcsStore[F[_]](storage: Storage, blocker: Blocker, acls: List[Acl], defaultTrailingSlashFiles: Boolean, defaultDirectDownload: Boolean)(using evidence$1: ConcurrentEffect[F], evidence$2: Timer[F], evidence$3: ContextShift[F]) extends Store[F, GcsBlob]

Value parameters

acls

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

blocker

cats-effect blocker.

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.

Attributes

Companion
object
Supertypes
trait Store[F, GcsBlob]
class Object
trait Matchable
class Any
object GcsStore

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
GcsStore.type