STORAGE NODE DOCUMENTATION

● ACTIVE | 02/20/2025 14:32:16 UTC
Node ID: Node-CH-02 Region: us-east-1 Last Check: 2025-02-20 14:32:16 UTC

Object Storage Service

Cloud object storage service with S3-compatible API. Supports regional replication and high availability configurations for enterprise workloads.

Infrastructure Capabilities

Regional Replication

Active — Multi-region failover enabled

Availability

99.99% uptime SLA maintained

Encryption Standard

AES-256 at rest | RSA-2048 in transit

Access Control

Object-level IAM policies enforce least privilege access. All GET operations include metadata headers for audit logging.

// Retrieve object metadata
curl -X GET https://storage.ventocloud.online/v1/object/data-asset-001 -H "X-API-Key: sk_live_a1b2c3d4e5f6"
-H "Accept: application/json"
-H "Authorization: AWS4-HMAC-SHA256 Credential=AKIA..."
// Response: { "contentType": "application/pdf", "size": 2847561, "lastModified": "2025-02-19T18:32:16Z" }

Storage Classes

Class Retention Access Frequency
STANDARD Indefinite High (daily reads)
ARCHIVE 1-10 Years Low (monthly reads)
COLD 10+ Years Very Low (quarterly)