Documentation ¶
Overview ¶
Package gs exports helpers to upload log data to Google Storage.
Index ¶
Constants ¶
View Source
const ImageArchivePrefix = "gs://chromeos-image-archive"
ImageArchivePrefix is the base URL for the Google Storage bucket for ChromeOS image archives.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirWriter ¶
type DirWriter struct {
// contains filtered or unexported fields
}
DirWriter exposes methods to write a local directory to Google Storage.
func NewDirWriter ¶
NewDirWriter creates an object which can write a directory and its subdirectories to the given Google Storage path
Click to show internal directories.
Click to hide internal directories.