Skip to content

Latest commit

 

History

History
11 lines (4 loc) · 522 Bytes

README.md

File metadata and controls

11 lines (4 loc) · 522 Bytes

CopyFasterToS3

Console Application to copy files from a local folder to S3 buckets

If you started to work with AWS services and need to transfer your local files to S3 buckets in a solution that has many and large directories with thousands or millions files, this console application can be useful to you.

I wrote an article that I showed a simple solution based in a recursive function Using C# Parallel to copy files to S3.