blobstore.gcs
package blobstore.gcs
Members list
Type members
Classlikes
case class GcsBlob(blob: BlobInfo) extends FsObject
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FsObjectclass Objecttrait Matchableclass AnyShow all
object GcsBlob extends FsObjectLowPri
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 oflist
method from Store trait. Use listUnderlying to control on per-invocation basis. - storage
-
configured instance of GCS Storage.
Attributes
- Companion
- object
- Supertypes
In this article