dj_mix_hosting_software/classes/S3.php
Cody Cook 74f1d6e193
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 53s
PHPUnit stuff.
2024-05-14 17:54:06 -07:00

11 lines
117 B
PHP

<?php
namespace DJMixHosting;
require_once 'vendor/autoload.php';
Class S3 extends Aws\S3\S3Client{
}