blobstore.gcs
package blobstore.gcs
Type members
Classlikes
- 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 oflist
method from Store trait. Use listUnderlying to control on per-invocation basis.- storage
configured instance of GCS Storage
- Companion
- object