Soto icon

Soto

Soto S3 File Transfer

We'd like to announce a new package available from the Soto project. Soto S3 File Transfer has been implemented to ease moving of files between your local file system and S3.

It provides APIs for copying individual files from your local filesystem to S3, S3 back to your file system and from one S3 bucket to another. If files are above a certain size then the transfer manager will use S3 multi-part upload or copy.

The upload to S3, download from S3 and copy paths are also provided for folders. When copying a folder multiple files will be uploaded in parallel. In addition to a simple copy folder operation there are also sync folder operations which will only copy files that are newer in the source folder and if desired delete files that exist in the destination but not the source folder.

Soto S3 File Transfer can be found here.