Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 901 Bytes

File metadata and controls

25 lines (15 loc) · 901 Bytes

Frends.AmazonS3.ListObjects

Frends tasks for Amazon S3 object listing.

License: MIT Build MyGet Coverage

Installing

You can install the Task via frends UI Task View or you can find the NuGet package from the following NuGet feed https://www.myget.org/F/frends-tasks/api/v2.

Building

Rebuild the project

dotnet build

Run tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release