Documentation ¶
Overview ¶
Package sync includes functions synchronizing a source and destination
Index ¶
- Constants
- func CollectFiles(in []string) ([]string, error)
- func CopyLocalToLocal(source string, destination string, parents bool) error
- func Sync(input *SyncInput) error
- func SyncLocalToLocal(input *SyncLocalToLocalInput) error
- func SyncLocalToS3(input *SyncLocalToS3Input) error
- func SyncS3ToLocal(input *SyncS3ToLocalInput) error
- type SyncInput
- type SyncLocalToLocalInput
- type SyncLocalToS3Input
- type SyncS3ToLocalInput
Constants ¶
View Source
const ( WildcardCharacter = "*" MsgLocalFiles = "Synchronizing local directories" MsgNewSession = "Creating AWS Session" MsgUploadS3 = "Uploading to AWS S3" MsgDownloadS3 = "Downloading from AWS S3" )
Variables ¶
This section is empty.
Functions ¶
func CollectFiles ¶
func CopyLocalToLocal ¶
func SyncLocalToLocal ¶
func SyncLocalToLocal(input *SyncLocalToLocalInput) error
func SyncLocalToS3 ¶
func SyncLocalToS3(input *SyncLocalToS3Input) error
func SyncS3ToLocal ¶
func SyncS3ToLocal(input *SyncS3ToLocalInput) error
Types ¶
type SyncLocalToLocalInput ¶
type SyncLocalToS3Input ¶
Click to show internal directories.
Click to hide internal directories.