Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 729 Bytes

File metadata and controls

24 lines (14 loc) · 729 Bytes

Frends.AmazonS3.DownloadObject

Frends Task for downloading objects from Amazon S3.

License: MIT Build Coverage

Installing

You can install the Task via Frends UI Task View.

Building

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release