Platform/OS
Web-based
Category
Cloud Storage & CDN

Bunny.net

Bunny.net is a fast and affordable content delivery network that helps websites load quickly all over the world. It works like a team of local delivery drivers who keep copies of your images, videos, and files close to your visitors so pages appear almost instantly. It stores all your website assets in S3-compatible object storage, which acts as a giant, reliable digital warehouse that can hold unlimited amounts of data without slowing down. When someone visits your site, Bunny.net grabs the files from the nearest storage location and sends them through its speedy global network, cutting down on wait times and bandwidth costs. This clever use of S3 storage lets small businesses and large sites deliver smooth, lightning-fast experiences to customers everywhere without needing their own expensive servers.

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 Bunny.net

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

Connection Steps
  1. Log in to your Bunny.net account and navigate to the Storage / S3 section.
  2. Create or select an existing storage zone (bucket).
  3. Copy the provided Endpoint URL, Access Key, and Secret Key.
  4. Enter the credentials in the fields below.
  5. Set the region to us-east-1 (or leave it blank).
Important: DiskSpace.sh requires Path Style requests. Use the format:
https://s3.diskspace.sh/bucket-name/key
Example Configuration
Endpoint: https://s3.diskspace.sh
Access Key: your_access_key_here
Secret Key: your_secret_key_here
Region: us-east-1
Signature Version: v4
Path Style: Enabled
Troubleshooting
  • • Ensure you are using path-style addressing (not virtual-hosted style).
  • • Verify the Endpoint URL starts with https://s3.diskspace.sh
  • • Try region us-east-1 if you encounter signature errors.
  • • Confirm your storage zone is active in the Bunny.net dashboard.
  • • Check that your Access and Secret keys have full permissions.