Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyToLocal ¶
CopyToLocal copies a GCS path to the specified local directory
Types ¶
type Options ¶
type Options struct { // gsutil options Concurrent bool Recursive bool NoClobber bool // local options // AllowMissing allows a copy operation to be skipped if the source or // destination does not exist. This is useful for scenarios where copy // operations happen in a loop/channel, so a single "failure" does not block // the entire operation. AllowMissing bool }
Click to show internal directories.
Click to hide internal directories.