Versions in this module Expand all Collapse all v1 v1.3.1 Jan 29, 2018 v1.1.1 Nov 30, 2017 Changes in this version + type Config struct + AccessKey string + BucketName string + BucketPath string + ConfigFile string + Force bool + Help bool + NumberOfWorkers int + PrintVersion bool + RegionName string + SecretKey string + SourcePath string + Verbose bool + func FlagsToConfig() (*Config, error) + type DeployStats struct + Deleted []string + Skipped []string + Uploaded []string + func Deploy(cfg *Config) (DeployStats, error) + func (d DeployStats) AllChanged() []string + func (d DeployStats) FileCount() int + func (d DeployStats) FileCountChanged() int + func (d DeployStats) PercentageChanged() float32 + func (d DeployStats) Summary() string + type Deployer struct Incompatible versions in this module v2.0.2+incompatible Apr 24, 2018 v2.0.1+incompatible Mar 14, 2018 v2.0.0+incompatible Mar 6, 2018 Other modules containing this package github.com/bep/s3deploy/v2