Sonic (6)
Using Sonic object storage with PHP
You can use s3 libraries to interact with Sonic's S3-compatible API, like the AWS SDK for PHP. To begin, create a storage zone in your…
Use Sonic object storage with Node.js
Since Sonic is a S3-compatible object storage, you can use s3 libraries, like the S3Client provided by the AWS SDK. To begin, create a storage…
Add Sonic object storage to Laravel
Laravel's S3 driver relies on the Flysystem S3 package and works with Sonic's S3-compatible API out of the box. $ composer require league/flysystem-aws-s3-v3 "^3.0" Open…
Sonic built-in global CDN
Sonic storage zones (also known as push zones) which have been created with the virtual-hosted style bucket setting have Pushr's global edge network integrated directly…
Configure Mastodon with Sonic + CDN
Mastodon is a free and open source software that allows you to run your own, self-hosted social network similar to Twitter. Mastodon became widely popular…
Sonic S3 API compatibility
Object operations PutObject GetObject HeadObject CopyObject DeleteObject ListObjectsV2 ListObjectsV1 DeleteMultipleObjects PostPolicy GetObjectTagging PutObjectTagging DeleteObjectTagging NewMultipartUpload CompleteMultipartUpload AbortMultipartUpload ListMultipartUploads PutObjectPart CopyObjectPart ListObjectParts • Both Sonic S3…