CDNShark Documentation

Guides, tutorials, and references for every part of CDNShark — edge delivery, pull zones, DNS, cache controls, and more.

← Back to Documentation

S3 API Access

CDNShark storage is fully S3-compatible. Use any S3 client with the endpoint, access key, and secret from your bucket settings. Example with AWS CLI:

aws s3 ls s3://your-bucket-name \\n  --endpoint-url https://storage.cdnshark.com \\n  --region auto