Platform/OS
Cross-platform
Category
Media & Video Tools

QenCode

QenCode is a simple tool that turns your plain text or files into special codes you can safely store or share. It works like a smart locker that packs your information neatly and keeps it protected so only the right people can open it later. It uses S3-compatible object storage as its reliable filing cabinet, saving all the coded pieces in the cloud where they stay safe and can be grabbed from anywhere. This storage method makes everything scalable, so you never run out of space even if you code thousands of files. Best of all, S3 keeps your coded data backed up and easy to retrieve, giving you peace of mind without needing to manage your own 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 QenCode to DiskSpace.sh

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

Connection Steps
  1. Open the S3 connection settings in QenCode.
  2. Select Custom S3 Provider as the storage type.
  3. Enter the following credentials and configuration:
Region: Leave empty or use us-east-1
Important: Path-Style Requests

DiskSpace.sh requires path-style URLs. QenCode will automatically use the correct format:

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 (optional)
Path Style: Enabled (required)
Troubleshooting Tips
  • • Ensure you are using path-style addressing (not virtual-hosted style)
  • • Verify your Access Key and Secret Key are correct
  • • Try setting Region to us-east-1 if connection fails
  • • Check that your firewall allows outbound HTTPS traffic to s3.diskspace.sh
  • • Confirm your bucket name does not contain uppercase letters or special characters