Familiar
Keep your S3 workflow
Use the AWS CLI, Boto3, and existing S3 SDKs with a PopCloud endpoint.
Move your application from S3 without rewriting its storage layer. Create a bucket, issue credentials, and change one endpoint.
AWS CLI · Boto3 · JavaScript SDK · Presigned URLs
AWS_ACCESS_KEY_ID=PCAK...
AWS_SECRET_ACCESS_KEY=••••••••
AWS_ENDPOINT_URL=https://s3.canada.popcloud.ca
$ aws s3 cp trailer.mp4 s3://media/
upload: ./trailer.mp4 to s3://media/trailer.mp4
Familiar
Use the AWS CLI, Boto3, and existing S3 SDKs with a PopCloud endpoint.
Media-ready
Multipart uploads, ranged downloads, and presigned URLs for modern media products.
Organized
Give every organization its own members, buckets, and scoped credentials.