Documentation ¶
Overview ¶
Package gcs implements a storage backend that saves data to Google Cloud Storage.
Index ¶
Constants ¶
View Source
const ( // PublicRead means project team owners get owner access and all users get reader access. PublicRead = "publicRead" // Private means project team owners get owner access. Private = "private" // ProjectPrivate means project team members get access according to their roles. ProjectPrivate = "projectPrivate" // BucketOwnerFullCtrl means the object owner gets owner access and project team owners get owner access. BucketOwnerFullCtrl = "bucketOwnerFullControl" )
These constants define ACLs for writing data to Google Cloud Store. Definitions according to https://github.com/google/google-api-go-client/blob/master/storage/v1/storage-gen.go:
"publicReadWrite" - Project team owners get OWNER access, and allUsers get WRITER access.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.