Platform/OS
Cross-platform
Category
Cloud Storage & CDN
Beluga CDN
Beluga CDN is a simple content delivery network that makes your websites and files load faster for people all over the world. It works like a team of local delivery drivers who keep copies of your stuff in warehouses closer to your customers so they don't have to wait for packages to arrive from far away. It automatically stores and serves your images, videos, and web files from dozens of locations so visitors get them almost instantly. Beluga CDN uses S3-compatible object storage as its main warehouse where you upload all your files once, and the CDN then copies and distributes them to its edge servers around the globe. This combination gives you cheap, reliable storage with lightning-fast global delivery without needing to manage complicated servers yourself.
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
Connect Beluga CDN to DiskSpace.sh
Beluga CDN is fully S3 API compatible and requires path-style requests. Follow the steps below to configure your connection.
Connection Steps
- Log in to your Beluga CDN dashboard and create or select an S3-compatible bucket.
- Generate an Access Key and Secret Key pair with appropriate permissions.
- Open DiskSpace.sh and navigate to the S3 storage connection settings.
- Enter the credentials and endpoint as shown below.
- Save the configuration and test the connection.
Credential Fields
Use this exact endpoint URL
Can be left empty or set to us-east-1
Path Style Requirement
Important: Beluga CDN requires path-style requests.
Virtual-hosted style URLs are not supported.
Correct format:
https://s3.diskspace.sh/bucket-name/key
Incorrect (do not use):
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 (required)
Troubleshooting
- • Ensure you are using the exact endpoint: https://s3.diskspace.sh
- • Confirm that path-style requests are enabled in DiskSpace.sh settings
- • Check that your Access Key has
s3:*or equivalent permissions - • Try setting Region to us-east-1 if connection fails
- • Verify your bucket name does not contain uppercase letters or special characters