Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultFlagSet ¶
func RunWithOptions ¶
func RunWithOptions(ctx context.Context, opts *RunOptions) error
Types ¶
type RunOptions ¶
type RunOptions struct { TargetBucketURI string SourceURI string Filename string ShowProgress bool Mode string ACL string }
func RunOptionsFromFlagSet ¶
func RunOptionsFromFlagSet(fs *flag.FlagSet) (*RunOptions, error)
Click to show internal directories.
Click to hide internal directories.