Platform/OS
Cross-platform
Category
File Synchronization & Mount Tools
Cloudsfer
Cloudsfer is a simple online service that moves your files and folders between different cloud storage providers. It works like a moving company for your digital stuff, letting you switch from Dropbox to Google Drive or OneDrive without downloading and re-uploading everything yourself. It connects directly to your accounts and handles the heavy lifting so your photos, documents, and backups arrive safely in the new home. Cloudsfer uses S3-compatible object storage as a fast and reliable middle stop, temporarily holding your data in a secure bucket while it transforms and transfers everything behind the scenes. This approach makes the whole process quicker, cheaper, and more dependable because S3 storage is built for handling huge amounts of files without slowing down or breaking.
Connection / Setup
- Create an account and log in to DiskSpace
- Click I'm ready to set up my storage
- Enter Bucket Name following the instructions
- Click Create Bucket and wait for it to be generated
- Find your Endpoint URL, Access Key, and Secret Key in the S3 Client Configuration section for use below
Connecting DiskSpace.sh to Cloudsfer
DiskSpace.sh is a fully S3-compatible object storage service. Follow the steps below to connect it to Cloudsfer using path-style requests.
Connection Steps:
- Log in to your Cloudsfer account and navigate to the "Add Storage" or "New Connection" section.
- Select Amazon S3 Compatible Storage as the storage type.
- Fill in the connection details as shown below.
- Ensure the Path Style option is enabled (required for DiskSpace.sh).
- Click "Connect" to test and save the configuration.
Credential Fields
Full endpoint provided by DiskSpace.sh
Can be left empty or set to us-east-1
Path Style Requests (Required)
Important: DiskSpace.sh requires path-style URLs.
Cloudsfer must be configured to use path-style addressing instead of virtual-hosted style.
Correct format:
https://s3.diskspace.sh/bucket-name/key
Do not use virtual-hosted style such as:
https://bucket-name.s3.diskspace.sh/key
Example Configuration
Endpoint URL: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: ****************************************
Region: us-east-1
Path Style: Enabled
Troubleshooting Tips
- Verify you are using the exact Endpoint URL: https://s3.diskspace.sh
- Ensure "Force Path Style" or "Path Style Access" is enabled in Cloudsfer
- Double-check that both Access Key and Secret Key are copied correctly
- Try region value us-east-1 if connection fails with empty region
- Contact DiskSpace.sh support if you receive "SignatureDoesNotMatch" or "InvalidEndpoint" errors