EaseFilter.S3Explorer
3.3.1.1
dotnet add package EaseFilter.S3Explorer --version 3.3.1.1
NuGet\Install-Package EaseFilter.S3Explorer -Version 3.3.1.1
<PackageReference Include="EaseFilter.S3Explorer" Version="3.3.1.1" />
paket add EaseFilter.S3Explorer --version 3.3.1.1
#r "nuget: EaseFilter.S3Explorer, 3.3.1.1"
// Install EaseFilter.S3Explorer as a Cake Addin #addin nuget:?package=EaseFilter.S3Explorer&version=3.3.1.1 // Install EaseFilter.S3Explorer as a Cake Tool #tool nuget:?package=EaseFilter.S3Explorer&version=3.3.1.1
Amazon S3 File Explorer Demo
Amazon S3 Explorer Demo Setup File
Amazon S3 Browser is a c# example to browse the files in S3, allows you to upload and download the files in S3. The S3 Browser demo provide an intuitive interface to manage the files in S3, you can seamlessly view and manage your files in S3, it provides an C# example how to upload and download the files in S3 with the C# AWS SDK.
Congfigure S3 Site Settings
You can configure multiple S3 sites in the explorer,You can add, edit or delete a S3 site settings by clicking the associated button.
- Make sure you have a S3 key pair. You will need both the access key ID and the secret access key in order to continue. You can get them from the S3 console website.
- Put your site name and then enter your access key id and secret access key in the text boxes, choose the region in your setting.
- Check the enable upload multiple parts box if you want to use parallel upload tasks for a file.
- Check the enable parallel download box if you want to use parallel download tasks for a file.
- Set the number of the parallel tasks for upload or download.
- Click test connection to check if your setting is correct.
- After filled in all the data, click apply to save the settings.
Connect S3 storage as on-premises second storage
The CloudTier SDK integrates S3 Intelligent-Tiering cloud storage with on-premise storage systems seamlessly, creating a hybrid storage environment. So it allows on-premise applications to access S3 file objects transparently, just as they would access on-premise regular files. There is no interruption to move or restore your on-premise files to/from the cloud storage, so you don’t need to change your existing applications and infrastructure to be compatible with the cloud environment.
The CloudTier S3 demo is a C# demo project, it demonstrates how to connect the S3 storage from your on-premise storage, and how to generate the test files in on-premise storage and S3 storage. It demonstrates how to browse and read the S3 files as a local regular files.
EaseFilter File System Filter Driver SDK Reference
Product Name | Description |
---|---|
Cloud File System SDK | EaseFilter Cloud File System SDK Introduction. |
CloudTier Storage Tiering SDK | EaseFilter Storage Tiering Filter Driver SDK Introduction. |
File Monitor SDK | EaseFilter File Monitor Filter Driver SDK Introduction. |
File Control SDK | EaseFilter File Control Filter Driver SDK Introduction. |
File Encryption SDK | EaseFilter Transparent File Encryption Filter Driver SDK Introduction. |
Registry Filter SDK | EaseFilter Registry Filter Driver SDK Introduction. |
Process Filter SDK | EaseFilter Process Filter Driver SDK Introduction. |
EaseFilter SDK Programming | EaseFilter Filter Driver SDK Programming. |
EaseFilter SDK Sample Projects
Sample Project | Description |
---|---|
CloudTier Storage Tiering Demo | A HSM File System Filter Driver Demo. |
CloudTier S3 Tiering Demo | CloudTier S3 Intelligent Tiering Demo. |
Cloud File DR S3 Demo | Cloud File DR S3 Demo. |
Amazon S3 File Explorer Demo | Amazon S3 File Explorer Demo. |
Auto File DRM Encryption | Auto file encryption with DRM data embedded. |
Transparent File Encrypt | Transparent on access file encryption. |
Secure File Sharing with DRM | Secure encrypted file sharing with digital rights management. |
File Monitor Example | Monitor file system I/O in real time, tracking file changes. |
File Protector Example | Prevent sensitive files from being accessed by unauthorized users or processes. |
FolderLocker Example | Lock file automatically in a FolderLocker. |
Process Monitor | Monitor the process creation and termination, block unauthorized process running. |
Registry Monitor | Monitor the Registry activities, block the modification of the Registry keys. |
Secure Sandbox Example | A secure sandbox example, block the processes accessing the files out of the box. |
FileSystemWatcher Example | File system watcher, logging the file I/O events. |
ZeroTrust Example | Zero trust file access control with encryption feature. |
Filter Driver Reference
- Understand MiniFilter Driver
- Understand File I/O
- Understand I/O Request Packets(IRPs)
- Filter Driver Developer Guide
- MiniFilter Filter Driver Framework
- Isolation Filter Driver
Support
If you have questions or need help, please contact support@easefilter.com
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.3.1.1 | 60 | 2/21/2025 |
A demo project for Amazon S3 file explorer in C#, it demonstrates how to browse, upload or download the files in S3 with AWS SDK