Versions in this module Expand all Collapse all v1 v1.8.1 Jan 9, 2026 Changes in this version + const DefaultParallel + func SetLogger(l LoggerIF) + type LoggerIF interface + Log func(v ...interface{}) + Logf func(format string, v ...interface{}) + type Manager struct + func New(sess *session.Session, options ...Option) *Manager + func (m *Manager) Sync(source, dest string) error + type Option func(*Manager) + func WithACL(acl string) Option + func WithContentType(mime string) Option + func WithDelete() Option + func WithDownloaderOptions(opts ...func(*s3manager.Downloader)) Option + func WithDryRun() Option + func WithParallel(n int) Option + func WithUploaderOptions(opts ...func(*s3manager.Uploader)) Option + func WithoutGuessMimeType() Option