Versions in this module Expand all Collapse all v0 v0.0.1 Sep 29, 2018 Changes in this version + type CopyLocalToRemoteInput struct + CreateDir bool + Dest string + Dryrun bool + Recursive bool + Regexp string + Remove bool + SkipConfirm bool + Src string + type CopyLocalToRemoteOutput struct + CopiedNum int + type FileOps interface + CopyLocalToRemote func(*CopyLocalToRemoteInput) (*CopyLocalToRemoteOutput, error) + RemoveLocal func(*RemoveLocalInput) (*RemoveLocalOutput, error) + func NewFileOps(ctx *core.Context, fileSystem core.Backend, s3 core.Backend, ...) (FileOps, error) + type RemoveLocalInput struct + type RemoveLocalOutput struct