Docs: Documentation Update authored by RWTHApp Service's avatar RWTHApp Service
## Library for uploading files to S3.
The allows to zip a folder and/or upload a whole stream in chunks to a S3 object store.
For example:
```
var zipUtilities = new ZipUtilities(_s3MultipartStreamConfiguration);
zipUtilities.ZipAndUploadFolder(@"c:\temp\test", "test.zip");
```
A zip file of the folder will be in S3 under the key test.zip.
\ No newline at end of file