Skip to main content

Oceanum Storage

Oceanum Storage is a cloud-based object storage service designed for storing and managing files in the Oceanum.io ecosystem. It provides a simple, scalable, and secure way to store data files that can be used alongside the Datamesh or independently.

Key Features

  • S3-Compatible API - Use standard S3 tools and libraries to interact with your storage
  • FTP Access - Traditional FTP protocol support for easy file transfers
  • Web Interface - Browse and manage files through an intuitive UI
  • Python Integration - Native support in the Oceanum Python library
  • Secure Access - Authentication via your Oceanum.io account

Service Endpoints

ServiceURL
Storage APIhttps://storage.oceanum.io
Storage API docshttps://storage.oceanum.io/_docs
Web UIhttps://ui.storage.oceanum.io
FTPftp.oceanum.io

Use Cases

  • Data File Storage - Store raw data files, model outputs, or analysis results
  • Backup and Archive - Keep copies of important environmental datasets
  • Data Sharing - Share files with collaborators through secure links
  • Pipeline Integration - Use as intermediate storage in data processing workflows
  • Static Assets - Host static files for web applications or visualizations

Getting Started

  1. Create an Oceanum.io account if you don't have one
  2. Access the Storage UI to browse and upload files
  3. Generate an access token for programmatic access
  4. Choose your preferred access method:
    • S3 API for programmatic access with standard tools
    • FTP for traditional file transfer
    • Python library for integration in scripts and notebooks