Hi Slynch,
Greetings from Syncfusion support.
We have checked your requirement with FileManager component. For your reference, we have prepared a sample with SF FileManager using Amazon S3 file provider service in Blazor platform.
Please, refer the sample link below.
Note: You need to refer the Amazon credentials in RegisterAmazonS3 method inside the controller(AmazonS3ProviderController.cs).
Please, refer the below code snippet. You have to replace your Amazon S3 credentials in the following highlighted line of code.
|
[Obsolete]
public HomeController(IHostingEnvironment hostingEnvironment)
{
this.basePath = hostingEnvironment.ContentRootPath;
this.operation = new AmazonS3FileProvider();
this.operation.RegisterAmazonS3("<---bucketName--->", "<---awsAccessKeyId--->", "<---awsSecretAccessKey--->", "<---region--->");
} |
Please, refer the below GitHub repository for AmazonS3 file provider in FileManager component.
Please, refer the following link to know about the file provider services available for FileManager component.
If you face any problem with FileManager component, please share us the issue more details regarding it. It will help us to resolve your problem at the earliest.
Please, refer the following links to know more about FileManager component.
Please let us know, if you need any further assistance.
Regards,
Sowmiya.P