Cloud Storage Explorer

Cloud Storage Explorer is an c# example to browse the cloud files, allows you to upload and download the data in the cloud. With the cloud storage explorer, you can seamlessly view and manage your files in different cloud storage providers, you can download or upload your files easily using with intuitive interface as below.

Cloud Explorer

Amazon S3 Storage Connection

  1. 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.
  2. Select Amazon_S3 cloud provider name. Click “Add Site” button to create a new site for the amazon s3 connection.
  3. 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.
  4. Check the enable upload multiple parts box if you want to use parallel upload tasks for a file.
  5. Check the enable parallel download box if you want to use parallel download tasks for a file.
  6. Set the number of the parallel tasks for upload or download.
  7. After filled in all the data, click apply to save the settings.
  8. Click test connection to check if your setting is correct.

Amazon S3 Connection

Microsoft Azure Storage Connection

  1. Get your connection string  from the Microsoft Azure Dashboard Portal site, by clicking on the link to the Dashboard website.
  2. Select AzureStorage cloud provider name. Click “Add Site” button to create a new site for the Azure storage connection.
  3. Put your site name and then enter your connection string in the text box.
  4. Check the enable upload multiple blobs box if you want to use parallel upload tasks for a file.
  5. Check the enable parallel download box if you want to use parallel download tasks for a file.
  6. Set the number of the parallel tasks for upload or download.
  7. After filled in all the data, click apply to save the settings.
  8. Click test connection to check if your setting is correct.

Azure Storage Connection

Download Cloud Explorer Example Setup File
Download Cloud Explorer Example Zip File