Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 789 Bytes

File metadata and controls

25 lines (15 loc) · 789 Bytes

Frends.AmazonS3.CreateBucket

Frends Task for creating a new bucket to AWS S3.

License: MIT Build Coverage

Installing

You can install the Task via frends UI Task View.

Building

Rebuild the project

dotnet build

Run tests

"s3:CreateBucket" and "s3:DeleteBucket" action permissions required. dotnet test

Create a NuGet package

dotnet pack --configuration Release