Drakernoise S3

High-performance decentralized object storage for the Blurt ecosystem.

Endpoint: https://images.drakernoise.com

Service Access

This service provides an S3-compatible API for developers.

Integration Example (Python)

import boto3

s3 = boto3.client('s3',
    endpoint_url='https://images.drakernoise.com',
    aws_access_key_id='YOUR_KEY',
    aws_secret_access_key='YOUR_SECRET'
)
View Full Documentation