Platform/OS
Cross-platform
Category
Data Science & Analytics

Diskover

Diskover is a smart search engine that helps people find and manage files scattered across huge amounts of storage. It works like Google for your company's files, letting you quickly locate documents, videos, or backups without digging through folders. It connects to S3-compatible object storage to scan and index millions of files without needing to copy or move them. By using S3's cheap and scalable storage, Diskover makes it affordable to keep a live map of everything you own. This setup delivers fast searches and smart insights while keeping costs low and data safe in the cloud.

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 Diskover

DiskSpace.sh is a fully S3-compatible object storage service. Follow the steps below to configure your connection in Diskover.

Connection Steps
  1. Open Diskover and navigate to the S3 storage configuration section.
  2. Select "Add New S3 Connection" or the equivalent option.
  3. Enter the following credentials and settings:
Use this exact endpoint URL.
Can be left empty or set to us-east-1.
Important: DiskSpace.sh requires Path Style requests. Make sure the "Use Path Style" or "Path-style Access" option is enabled in Diskover.
Path Style URL Format

Requests must follow this format (NOT virtual-hosted style):

https://s3.diskspace.sh/bucket-name/key
Example Configuration
Endpoint: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Region: us-east-1
Path Style: Enabled
Troubleshooting
  • Ensure you are using the exact endpoint: https://s3.diskspace.sh
  • Verify that Path Style requests are enabled in Diskover settings.
  • Double-check that your Access Key and Secret Key are correct.
  • If connection fails, try setting Region to us-east-1 or leave it blank.
  • Confirm your DiskSpace.sh bucket exists and you have proper IAM permissions.