Amazon S3

Amazon Simple Storage Service (Amazon S3) is storage for the internet. You can use Amazon S3 to store and retrieve any amount of data at any time, from anywhere on the web.

The Amazon S3 extension provides an additional file system providerarrow-up-right that can be added to the Open File Dialogarrow-up-right or Save File Dialogarrow-up-right to browse and use files on the cloud.

Amazon S3 Source Code

How to Use

The AmazonS3 component can be added to a Wisej.NET project using NuGet Package Manager.

  • Define a new root for your File Dialog of type Wisej.Web.Ext.FileSystem.S3FileSystemProvider

  • Set AccessKey and AccessSecret properties

Code samples

circle-info

You can define multilple roots for File Dialogs even mixing different providers (local file system, amazon S3 etc.).

Last updated

Was this helpful?