GitHub - fsmirne/elFinder.NetCore.AzureStorage: Microsoft Azure Storage driver for elFinder.NetCore

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Logo

Instructions

  1. Install the NuGet package: https://www.nuget.org/packages/elFinder.NetCore.AzureStorage/

  2. Look at the demo project for an example on how to integrate it into your own project.

Azure Storage Connector

In order to use the Azure Storage Connector

  1. Open your Startup.cs file and look for the following lines:
AzureStorageAPI.AccountName = "[Name]";
AzureStorageAPI.AccountKey = "[Key]";

Replace [Name] and [Key] with the appropriate values for your Azure account.

  1. Change the root directory in the AzureStorageController from test to the name of your Azure file share.

Azure Blob Storage

This plugin adds support for the File Storage type in Azure. For Blob support, take a look at AzureBlobStorage by Bruno Melegari

Dependencies

This plugin depends on elFinder.NetCore by Matt Gordon

About

Microsoft Azure Storage driver for elFinder.NetCore

Resources

Readme

License

MIT license

Activity

Stars

4 stars

Watchers

1 watching

Forks

2 forks

Releases

No releases published