Platform/OS
Windows
Category
File Transfer Clients

CloudBerry Explorer

CloudBerry Explorer is a simple Windows program that lets regular people manage files stored in the cloud. It works like a friendly file browser so you can easily upload, download, copy, and organize your photos, documents, and backups without needing to be a tech expert. Every day it helps regular users move important files to and from cheap cloud storage instead of filling up their computer's hard drive. It connects directly to S3-compatible object storage, which is like a giant, reliable digital warehouse that keeps your files safe and lets you access them from anywhere. By using this storage, the tool makes it quick and affordable to protect your data, share large files with others, or free up space on your devices without losing anything.

Connection / Setup

  1. Create an account and log in to DiskSpace
  2. Click I'm ready to set up my storage
  3. Enter Bucket Name following the instructions
  4. Click Create Bucket and wait for it to be generated
  5. Find your Endpoint URL, Access Key, and Secret Key in the S3 Client Configuration section for use below

Connect CloudBerry Explorer to DiskSpace.sh

DiskSpace.sh is a fully S3 API compatible object storage service. Follow the steps below to configure CloudBerry Explorer using path-style requests.

Connection Steps
  1. Open CloudBerry Explorer for Amazon S3.
  2. Click New Account or Add Storage Account.
  3. Select Amazon S3 as the storage type.
  4. Fill in the connection details as shown below.
  5. Enable the Use path-style requests option (critical for DiskSpace.sh).
  6. Click Test Connection, then OK to save.
Credential Fields
Service Point / Endpoint URL:
https://s3.diskspace.sh
Access Key ID:
Enter the Access Key provided by DiskSpace.sh
Secret Access Key:
Enter the Secret Key provided by DiskSpace.sh
Region:
Leave empty or use: us-east-1
Path Style Requirement
DiskSpace.sh requires path-style requests. The URL format must be:

https://s3.diskspace.sh/bucket-name/key

Do not use virtual-hosted style (bucket.s3.diskspace.sh).
Example Configuration
Endpoint: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Region: us-east-1 (or blank)
Path-style: Enabled
Troubleshooting Tips
  • If connection fails, verify that Use path-style requests is checked.
  • Ensure there are no trailing slashes in the endpoint URL.
  • Try setting Region to us-east-1 if left blank doesn't work.
  • Confirm your Access Key and Secret Key have the necessary permissions.
  • Check that your firewall allows outbound HTTPS traffic to s3.diskspace.sh.