NetFramework-SC.AWS
0.0.8
dotnet add package NetFramework-SC.AWS --version 0.0.8
NuGet\Install-Package NetFramework-SC.AWS -Version 0.0.8
<PackageReference Include="NetFramework-SC.AWS" Version="0.0.8" />
paket add NetFramework-SC.AWS --version 0.0.8
#r "nuget: NetFramework-SC.AWS, 0.0.8"
// Install NetFramework-SC.AWS as a Cake Addin #addin nuget:?package=NetFramework-SC.AWS&version=0.0.8 // Install NetFramework-SC.AWS as a Cake Tool #tool nuget:?package=NetFramework-SC.AWS&version=0.0.8
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 | Versions 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. |
-
- AWSSDK.DynamoDBv2 (>= 3.3.10.4)
- AWSSDK.S3 (>= 3.3.20)
- NetFramework-SC (>= 0.0.8)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
First test package.