Scope: UCR Researchers, External Collaborators Audience: All Users Last Updated: March 20, 2026
Ceph Research Data Service (CephRDS) is UCR’s premier on-premise object storage cluster, funded by the NSF CC* program. It provides over 2 PB of highly resilient (6+3 Erasure Coded), S3-compatible storage designed specifically for active research data and large-scale computational workflows.
Benefits:
rclone, Python (boto3), and visual clients (Cyberduck, Universal S3 UI).To clearly distinguish on-premise Ceph storage from other cloud offerings, CephRDS utilizes a standardized naming convention based on the Principal Investigator’s (PI) NetID:
ucr-rds-[pi-netid]-labucr-rds-[pi-netid]-lab-hdd (for standard storage) or ucr-rds-[pi-netid]-lab-ssd (for high-performance NVMe storage).Access Strategy: The storage buckets belong to the Lab. If a PI wishes to grant access to a student or collaborator, Research Computing will create a unique account for that individual using their NetID, and grant them specific access permissions (ACLs) to the main Lab bucket. This ensures a clear audit trail for data management.
ucr-rds-[pi-netid]-lab account and establish your strict hardware quotas.Security Warning: Treat your Secret Key like a password. Never commit it to GitHub or share it in plaintext.
CephRDS uses the S3 API Protocol. The official connection endpoint is:
https://rds.ucr.edu
For specific configuration guides and code examples, please see:
Q: I got a “403 Forbidden” error when trying to upload. A: You have likely hit your assigned storage quota for your bucket. Please contact Research Computing to request a quota increase.
Q: Can I use FileZilla? A: We recommend FileZilla Pro (which supports S3), Cyberduck, or Universal S3 UI. The free version of FileZilla does not natively support the modern S3 protocols required for CephRDS.
Q: I lost my Secret Key. A: Secret Keys cannot be recovered, only regenerated. Contact support to generate a new key pair. You will need to update all your scripts and clients with the new key.