Class S3FileSystemOptions
Options for the S3 file system.
Inherited Members
Namespace: FubarDev.FtpServer.FileSystem.S3
Assembly: FubarDev.FtpServer.FileSystem.S3.dll
Syntax
public class S3FileSystemOptions
Properties
| Improve this Doc View SourceAwsAccessKeyId
Gets or sets the AWS access key.
Declaration
public string? AwsAccessKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |
AwsSecretAccessKey
Gets or sets the AWS secret key.
Declaration
public string? AwsSecretAccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |
BucketName
Gets or sets the S3 bucket name.
Declaration
public string? BucketName { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |
BucketRegion
Gets or sets the S3 bucket region.
Declaration
public string? BucketRegion { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |
Remarks
It may be a region identifier like us-west-1.
RootPath
Gets or sets the root path.
Declaration
public string? RootPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Nullable<String> |