Blazor File Manager Example - IBM Cloud Object Storage Integration
This sample demonstrates how to use the IBM Cloud Object Storage file provider with the File Manager component. The IBM Cloud Object Storage file provider module provides support for working with the IBM Cloud Object Storage and enables various file actions such as creating a new folder, renaming files, and deleting files.
This file provider serves as a source for the File Manager component when using the IBM Cloud Object Storage.
To run the service, create an IBM Cloud Object Storage for accessing and storing the cloud objects as files or folders. Create an IBM Cloud account and then create Cloud Object Storage bucket to perform the file operations. Then, define the server credentials details such as bucketname, endpoint, apiKeyId, and serviceInstanceId within the config/default.json file found in the config folder.
Checkout this IBM Cloud Object Storage file provider from the GitHub repository.