example of file manager using aws s3

Hi is it possible you could supply me with an example of the File Manager  control using amazon s3 running on net core 6.0, I tried example version net 2.1 which is very old and could not get it to run.


Thanks


14 Replies

EH Edmund Herbert April 7, 2022 07:55 AM UTC

Hi is anybody from support looked at this request



IL Indhumathy Loganathan Syncfusion Team April 7, 2022 05:13 PM UTC

Hi Edmund,

Currently, we are preparing an ASP.Net Core File Manager sample in.Net 6.0 with an Amazon S3 File service provider. We will update you with the sample by tomorrow, April 8, 2022. We appreciate your patience.

Regards,

Indhumathy L



EH Edmund Herbert April 11, 2022 08:04 PM UTC

Well the eighth has come and gone no example :


We will update you with the sample by tomorrow, April 8, 2022. We appreciate your patience.



SS Sivakumar ShunmugaSundaram Syncfusion Team April 12, 2022 09:39 AM UTC

Hi Edmund,


We regret for the inconvenience.


We have prepared a .Net 6.0 ASP Core sample with FileManager component using the Amazon S3 File Service provider. Please find the sample from the below link.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Amazon_FileManager1713872761-616208613.zip


Please let us know if you need any further assistance.


Regards,

Sivakumar S




EH Edmund Herbert April 13, 2022 05:18 AM UTC



SS Sivakumar ShunmugaSundaram Syncfusion Team April 15, 2022 11:39 AM UTC

Hi Edmund,


We have validated your reported query in the shared sample with the proper Amazon credentials. But the File Manager worked fine and recorded the behaviour in the below video for your reference.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Amazon_FileManager971620433.zip


Video: https://www.syncfusion.com/downloads/support/directtrac/general/ze/video-763155492.zip


From the shared image, we suspect that you are facing an Access Denied error at your end. To overcome this, we suggest you enable public access settings for the Amazon S3 bucket. Check out the below link.


Link: https://docs.aws.amazon.com/AmazonS3/latest/userguide/configuring-block-public-access-bucket.html


Please check the shared details and get back to us if you need any further assistance.


Regards,

Sivakumar S



EH Edmund Herbert April 20, 2022 09:15 AM UTC

Hi I got it to work question how do I display multiple folders in a single bucket and select files from these folders , I have two folders in bucket but syncfusion filemanager only displays one folder



SS Sivakumar ShunmugaSundaram Syncfusion Team April 21, 2022 04:25 PM UTC

Hi Edmund,


We checked the query with FileManager component using the Amazon SFile Service provider. Currently we do not support multiple root folders in FileManager component. Please confirm you are facing an issue with multiple root folders within Amazon bucket or a single root folder with sub folders. We can proceed further based on your confirmation.



Regards,

Sivakumar S



EH Edmund Herbert April 21, 2022 05:27 PM UTC

Hi I want to view multiple root folders in bucket



SS Sivakumar ShunmugaSundaram Syncfusion Team April 22, 2022 02:10 PM UTC

Hi Edmund,


We understand the requirement to view multiple root folders in an Amazon S3 bucket. As mentioned earlier, we do not have direct support for setting multiple root folders in the FileManager component. We have prepared a sample with CSS customization to achieve your requirement of viewing multiple root folders in the File Manager. Please refer to the below code snippet and screenshot.


[Index.cshtml],

 

<style>

    /*Hides the original root node input navigation pane*/

    .e-filemanager .e-treeview .e-list-item.e-level-1 > .e-text-content {

        display: none;

    }

    /*Adjust the padding form the new root node list*/

    .e-filemanager .e-treeview .e-list-item.e-level-1 > .e-ul {

        padding: 0;

    }

    /*Hides the original root node in breadcrumb*/

    .e-filemanager .e-address .e-address-list-item:nth-child(1) {

        display: none;

    }

    /*Hides the arrow next to original root node in breadcrumb*/

    .e-filemanager .e-address .e-address-list-item:nth-child(2) .e-icons {

        display: none;

    }

    /*Hides the original root node inside the submenu popup color-profile breadcrumb*/

    .e-dropdown-popup.e-submenu li:nth-child(1) {

        display: none;

    }

</style>

 


Screenshot:



Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Amazon_FileManager17138727611629591261.zip


Please check whether the attached sample meets your requirements and let us know if you need any further assistance.


Regards,

Sivakumar S



EH Edmund Herbert April 25, 2022 05:33 AM UTC

Thank you very much for prompt reply



RP Ranjani Prabakaran Syncfusion Team April 26, 2022 12:00 PM UTC

Hi Edmund,


Please get back to us if you need any further assistance.


Regards,


Ranjani



MM Matthew Marichiba November 3, 2022 08:21 PM UTC

Hi, I'm starting a dotnet core 6 project using the FileManager backend for S3 storage. Before I start editing & committing code, I'd like to make sure I'm starting with the newest service code.  Is there a dotnet6 S3 example newer than the ZIP linked above 7mo ago (https://www.syncfusion.com/downloads/support/directtrac/general/ze/Amazon_FileManager1713872761-616208613.zip)?

Thanks!



SS Sivakumar ShunmugaSundaram Syncfusion Team November 7, 2022 11:38 AM UTC

We have attached a Core File Manager sample with an Amazon S3 provider in .NET 6.0 version. Here, we included the Amazon S3 File Service provider with recent changes.


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Amazon_FileManager1528550887.zip


Also, from the below GitHub location, you can find the latest provider changes for your reference.


GitHub location: https://github.com/SyncfusionExamples/amazon-s3-aspcore-file-provider



Loader.
Up arrow icon