Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.11 KB

File metadata and controls

34 lines (19 loc) · 1.11 KB

Frends.AmazonS3.ListObjectVersions

Task to get metadata about all versions of the objects in a bucket

ListObjectVersions_build Coverage License: MIT

Installing

You can install the Task via Frends UI Task View.

Building

Clone a copy of the repository

git clone https://github.com/FrendsPlatform/Frends.AmazonS3.git

Build the project

dotnet build

Run tests

Run the tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release

StyleCop.Analyzers Version

This project uses StyleCop.Analyzers 1.2.0-beta.556, as recommended by the author, to get the latest fixes and improvements not available in the last stable release.