Platform/OS
Cross-platform
Category
File Synchronization & Mount Tools
Photos+ Cloud Library
Photos+ Cloud Library is a simple app that keeps all your family photos and videos in one safe, organized place on the internet. In everyday life it automatically backs up pictures from your phone, lets you search by who is in them or where they were taken, and shares albums with relatives without filling up your device storage. It uses S3-compatible object storage behind the scenes to hold every photo as a secure, scalable file that can grow from a few hundred pictures to millions without slowing down. This storage approach means your memories stay protected even if your computer crashes, and you only pay for the space you actually use. Best of all, it lets you access any photo instantly from your phone, tablet, or laptop because S3 storage is designed to deliver files quickly from anywhere in the world.
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 to DiskSpace.sh (S3-compatible storage)
Photos+ Cloud Library supports connecting to any S3-compatible storage. Follow the steps below to connect to your DiskSpace.sh account.
Connection Steps
- Log in to your DiskSpace.sh account and create or select an existing bucket.
- Generate an Access Key and Secret Key from the DiskSpace.sh dashboard.
- Enter the credentials below in Photos+ Cloud Library.
- Use the endpoint URL provided by DiskSpace.sh.
Region: Can be left empty or set to
us-east-1
Important: Path-Style Requests Required
DiskSpace.sh requires path-style URLs. The correct format is:
https://s3.diskspace.sh/bucket-name/key
Note: Virtual-hosted style (e.g. https://bucket-name.s3.diskspace.sh) is not supported.
Example Configuration
Endpoint URL: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Region: us-east-1 (optional)
Path Style: Enabled
Troubleshooting
- Ensure you are using path-style requests (not virtual-hosted style).
- Double-check that your Access Key and Secret Key have the correct permissions.
- Verify your bucket name is correct and exists in your DiskSpace.sh account.
- If connection fails, try setting Region to
us-east-1. - Confirm the Endpoint URL exactly matches
https://s3.diskspace.sh.