Sync
Table of Contents
Interfaces
- FilenameConverterInterface
- Converts filenames from one system to another (e.g. local to Amazon S3)
Classes
- AbstractSync
- Class that holds an event dispatcher
- AbstractSyncBuilder
- ChangedFilesIterator
- Iterator used to filter an internal iterator to only yield files that do not exist in the target iterator or files that have changed
- DownloadSync
- Downloads and Amazon S3 bucket to a local directory
- DownloadSyncBuilder
- KeyConverter
- Converts filenames from one system to another
- UploadSync
- Uploads a local directory tree to Amazon S3
- UploadSyncBuilder