NetFramework-SC.AWS 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetFramework-SC.AWS --version 0.0.4
NuGet\Install-Package NetFramework-SC.AWS -Version 0.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetFramework-SC.AWS" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetFramework-SC.AWS --version 0.0.4
#r "nuget: NetFramework-SC.AWS, 0.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetFramework-SC.AWS as a Cake Addin
#addin nuget:?package=NetFramework-SC.AWS&version=0.0.4

// Install NetFramework-SC.AWS as a Cake Tool
#tool nuget:?package=NetFramework-SC.AWS&version=0.0.4

NetFramework-SC.AWS

<table> <tbody> <tr> <td><a href="#configuration">Configuration</a></td> <td><a href="#loggingextensions">LoggingExtensions</a></td> </tr> <tr> <td><a href="#session">Session</a></td> </tr> </tbody> </table>

Configuration

Configuration for Special Circumstances AWS work.

CredentialFile

List of AWS profile.

GetCredentials(profileName)

Get credentials by profile name.

Name Description
profileName System.String<br>AWS profile name.
Returns

Logger

Local log4net logger.

ShowProfileNames

Show list of available AWS profiles

LoggingExtensions

Extensions for logging information of AWS services.

Log(client, bucketName)

Method for loging S3 service information.

Name Description
client Amazon.S3.AmazonS3Client<br>AWS S3 client.
bucketName System.String<br>Name of bucket to log information for. If null will log list of buckets accessible to this S3 client.

Logger

Local log4net logger.

Session

Constructor(profileName, region)

Constructor for initializing session.

Name Description
profileName System.String<br>Name for AWS profile
region Amazon.RegionEndpoint<br>AWS Region

Credentials

Credentials resulting from initialization.

Logger

Local log4net logger.

NewDynamoDBClient

Method for obtaining Dynamo client with session credentials an region.

Returns

New Dynamo Client.

NewS3Client

Method for obtaining S3 client with session credentials an region.

Returns

New S3 Client.

ProfileName

Profile specified during initialization.

Region

Region specified during initialization.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.8 909 7/24/2018
0.0.7 831 7/19/2018
0.0.6 885 7/15/2018
0.0.4 891 7/8/2018
0.0.3 921 7/3/2018
0.0.2 891 7/1/2018
0.0.1 932 6/18/2018
0.0.1-alpha 752 5/26/2018

First test package.