Platform/OS
Cross-platform
Category
File Synchronization & Mount Tools
NirvaShare
NirvaShare is a simple file-sharing tool that lets you securely share documents, photos, and other files with friends, colleagues, or customers. It works like a private, self-hosted Dropbox where you control who sees what and for how long. It uses S3-compatible object storage as a safe, scalable digital warehouse to keep all your shared files instead of relying on its own limited hard drive. This storage choice means you can share huge files without worrying about running out of space and easily back everything up. Overall it gives regular people and small teams affordable, private control over their important files while taking advantage of cheap and reliable cloud storage.
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 NirvaShare to DiskSpace.sh
DiskSpace.sh is a fully S3-compatible object storage service. Follow the steps below to configure your connection using path-style requests.
Connection Steps:
- Log in to your NirvaShare administration panel.
- Navigate to Storage > Add Storage and select S3 Compatible.
- Fill in the connection details as shown below.
- Save the configuration and test the connection.
Credential Fields
Endpoint URL
https://s3.diskspace.sh
Access Key
Enter the Access Key provided by DiskSpace.sh
Secret Key
Enter the Secret Key provided by DiskSpace.sh
Region
Leave empty or use
us-east-1
Important: DiskSpace.sh requires Path Style requests. Make sure NirvaShare has the "Use Path Style" or "Force Path Style" option enabled.
Example Configuration
Endpoint URL: 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 (no bucket name in the URL).
- Verify that "Path Style" is enabled in NirvaShare settings.
- Check that your Access Key and Secret Key are correct.
- If connection fails, try setting Region to
us-east-1.
Need help? Contact DiskSpace.sh support or refer to the NirvaShare S3 integration documentation.