Namespace Aws\S3\Sync
Classes summary
| 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 |
Interfaces summary
| FilenameConverterInterface | Converts filenames from one system to another (e.g. local to Amazon S3) |