Class S3FtpServerBuilderExtensions
Extension methods for IFtpServerBuilder.
Inherited Members
Namespace: FubarDev.FtpServer
Assembly: FubarDev.FtpServer.FileSystem.S3.dll
Syntax
public static class S3FtpServerBuilderExtensions
Methods
| Improve this Doc View SourceUseS3FileSystem(IFtpServerBuilder)
Uses S3 as file system.
Declaration
public static IFtpServerBuilder UseS3FileSystem(this IFtpServerBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
IFtpServerBuilder | builder | The server builder used to configure the FTP server. |
Returns
Type | Description |
---|---|
IFtpServerBuilder | the server builder used to configure the FTP server. |