You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
430 B
PHTML
13 lines
430 B
PHTML
8 months ago
|
<?php
|
||
|
|
||
|
error_reporting(E_ALL | E_NOTICE);
|
||
|
|
||
|
require_once __DIR__ . '/Bucket.php';
|
||
|
require_once __DIR__ . '/BucketCors.php';
|
||
|
require_once __DIR__ . '/BucketLifecycle.php';
|
||
|
require_once __DIR__ . '/BucketReferer.php';
|
||
|
require_once __DIR__ . '/BucketLogging.php';
|
||
|
require_once __DIR__ . '/BucketWebsite.php';
|
||
|
require_once __DIR__ . '/Signature.php';
|
||
|
require_once __DIR__ . '/Object.php';
|
||
|
require_once __DIR__ . '/MultipartUpload.php';
|