Platform/OS
Cross-platform
Category
Other
CTERA
CTERA is a simple and secure file storage and sharing system that works like a super-smart company file server in the cloud. It lets teams save, sync, and access their important documents from any computer or phone while keeping everything organized and protected. It uses affordable S3-compatible object storage behind the scenes to hold all the actual files, which keeps costs low and makes everything scale easily as the company grows. This S3 storage acts like a giant, reliable digital warehouse that CTERA taps into so users never have to worry about running out of space or losing files. The combination gives businesses enterprise-level file services without the high price tag or complexity of traditional storage systems.
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 CTERA to DiskSpace.sh (S3-compatible storage)
DiskSpace.sh is fully S3 API compatible and requires path-style requests. Follow the steps below to configure your connection in CTERA.
Connection Steps:
- Log in to your CTERA portal or server as an administrator.
- Navigate to Settings > Cloud Storage or Object Storage configuration.
- Select Add Storage and choose S3 Compatible as the provider.
- Fill in the connection details as shown below.
- Save and test the connection.
Required Credentials
Path Style Required
CTERA must be configured to use Path-style requests (not virtual-hosted style).
Correct format: https://s3.diskspace.sh/bucket-name/key
Example Configuration
Endpoint URL: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: ****************************************
Region: us-east-1
Path Style: Enabled
Signature Version: v4
Troubleshooting Tips
- • Ensure you selected Path Style or Use Path-style URLs in CTERA settings.
- • Try region us-east-1 if connection fails.
- • Verify your Access Key and Secret Key have full S3 permissions.
- • Check that firewall or proxy is not blocking requests to s3.diskspace.sh.
- • If SSL errors occur, confirm CTERA trusts the certificate for s3.diskspace.sh.