Platform/OS
Cross-platform
Category
Enterprise Storage

Vantage Gateway

Vantage Gateway is a simple bridge that lets regular apps and users connect to cloud storage without needing to understand all the technical details. It works like a friendly translator that lets you save, share, and retrieve your files and backups as easily as dragging them into a folder. It uses S3-compatible object storage behind the scenes to keep all your data safe, organized, and instantly available from anywhere. This means you get the reliability and low cost of modern cloud storage without having to rewrite your existing software. The real-world value is that businesses can keep using their favorite tools while automatically gaining fast backups, version history, and disaster recovery that S3 storage provides.

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 DiskSpace.sh to Vantage Gateway

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

Connection Steps
  1. Open Vantage Gateway and navigate to the S3 storage connection settings.
  2. Enter the following credentials and configuration:
This is the base endpoint for DiskSpace.sh
Can be left empty or set to us-east-1
Important: Vantage Gateway must be configured to use Path Style requests. DiskSpace.sh does not support virtual-hosted style URLs.
Path Style Request Format

Use the following URL pattern for all requests:

https://s3.diskspace.sh/bucket-name/key
Example Configuration
Endpoint URL: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Region: us-east-1
Path Style: Enabled
Troubleshooting
  • Ensure "Force Path Style" or "Path Style Access" is enabled in Vantage Gateway settings.
  • Verify your Access Key and Secret Key are correct and have sufficient permissions.
  • If connection fails, try setting Region to us-east-1 or leave it blank.
  • Confirm you are using the exact endpoint https://s3.diskspace.sh (no additional subdomains).