S3VfsConnection
Namespace: MJCZone.MediaMatic.Providers.S3
Assembly: MJCZone.MediaMatic
Summary
Represents a connection to a S3 virtual file system.
Inheritance
Base Class: VfsConnectionBase
public
Contents
Constructors (1) | Methods (5) | Properties (4)
Constructors
S3VfsConnection
Initializes a new instance of the S3VfsConnection class.
csharp
S3VfsConnection(string connectionString)Parameters
- connectionString (string) - The connection string for the virtual file system.
Methods
Dispose
Disposes the resources used by the VfsConnectionBase class.
csharp
Dispose()GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
ConnectionString
Gets the connection string for the virtual file system.
Type: string
S3Client
Gets the underlying AWS S3 client for direct SDK access.
Type: IAmazonS3
BucketName
Gets the S3 bucket name.
Type: string
ProviderType
Gets the provider type for the virtual file system.
Type: object