Onifast S3 acts as both a local, high-performance S3-compatible server and a single unified gateway to manage your remote buckets. Upload, view, and transform assets on-the-fly.
Simple integration, universal access, and high performance. Run local files or proxy AWS and MinIO effortlessly.
&w=200 to the URL to scale instantly.onifast-s3.db).Access the storage platform using intuitive, unified endpoint routing patterns.
# List files in bucket GET /s3/list?account=my-minio-account # View image resized to 400px width GET /view/photo.jpg?id=images/photo.jpg&w=400 # Forced file download GET /download/report.pdf?id=docs/q4_report.pdf
$postData = [ 'file' => curl_file_create($filePath, $fileType, $fileName), 'account' => 'my-bucket', 'token' => 'your-secret-key', 'path' => 'uploads/' ]; $ch = curl_init('https://s3.yourdomain.com/upload'); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($ch);
Integrate your storage infrastructure into any application using simple HTTP standards.
Install Onifast Panel and configure your secure storage ecosystem in seconds.