Class S3V4FileSystemSessionConnectParams
Provides connection parameters specific for Amazon S3 V4
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.IO.FileSystem.S3.V4
Assembly: NFX.Web.dll
Syntax
public class S3V4FileSystemSessionConnectParams : FileSystemSessionConnectParams, INamed, IConfigurable
  Constructors
S3V4FileSystemSessionConnectParams()
Declaration
public S3V4FileSystemSessionConnectParams()
  S3V4FileSystemSessionConnectParams(IConfigSectionNode)
Declaration
public S3V4FileSystemSessionConnectParams(IConfigSectionNode node)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | node | 
S3V4FileSystemSessionConnectParams(String, String)
Declaration
public S3V4FileSystemSessionConnectParams(string connectStr, string format = "laconf")
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connectStr | |
| System.String | format | 
Fields
CONFIG_ACCESSKEY_ATTR
Declaration
public const string CONFIG_ACCESSKEY_ATTR = "access-key"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CONFIG_BUCKET_ATTR
Declaration
public const string CONFIG_BUCKET_ATTR = "bucket"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CONFIG_REGION_ATTR
Declaration
public const string CONFIG_REGION_ATTR = "region"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CONFIG_SECRETKEY_ATTR
Declaration
public const string CONFIG_SECRETKEY_ATTR = "secret-key"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CONFIG_TIMEOUT_MS_ATTR
Declaration
public const string CONFIG_TIMEOUT_MS_ATTR = "timeout-ms"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
Bucket
AWS S3 bucket (i.e. bucket01)
Declaration
[Config]
public string Bucket { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Region
AWS S3 bucket region (i.e. us-west-2)
Declaration
[Config]
public string Region { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TimeoutMs
Request timeout milliseconds
Declaration
[Config]
public int TimeoutMs { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Methods
Configure(IConfigSectionNode)
Declaration
public override void Configure(IConfigSectionNode node)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | node |