PHP code example of ntzm / tusk
1. Go to this page and download the library: Download ntzm/tusk library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ntzm / tusk example snippets
$storage = new Tusk\Storage\S3Storage(new Aws\S3\S3Client([
'version' => '2006-03-01',
'region' => 'eu-west-1',
]), 'bucket-name');