All systems operational

S3-compatible object storage

Private object storage for the yoba-team infrastructure. Fully compatible with the Amazon S3 API — point your existing SDK or the AWS CLI at the endpoint below. Access requires signed credentials; there is no public listing.

Endpoint
https://api.yoba-team.com
Region
kz-1
API
S3 v4 (path-style)

Quick start

# configure a profile with your access keys
aws configure --profile yoba

# list a bucket you have access to
aws --endpoint-url https://api.yoba-team.com --profile yoba \
    s3 ls s3://backups/

Resources