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
Hi is anybody from support looked at this request
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
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.
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.
Please let us know if you need any further assistance.
Regards,
Sivakumar S
Thanks for example it does not work using :
https://liveassistrecordingbucket.s3.eu-west-1.amazonaws.com/case1234/WIN_20200805_21_28_37_Pro.jpg
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
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
Hi Edmund,
We checked the query with FileManager component using the Amazon S3 File 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
Hi I want to view multiple root folders in bucket
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:
|
|
Please check whether the attached sample meets your requirements and let us know if you need any further assistance.
Regards,
Sivakumar S
Thank you very much for prompt reply
Hi Edmund,
Please get back to us if you need any further assistance.
Regards,
Ranjani
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!
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