__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Akeeba Engine
*
* @package akeebaengine
* @copyright Copyright (c)2006-2024 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
namespace Akeeba\S3;
// Protection against direct access
defined('AKEEBAENGINE') || die();
/**
* Shortcuts to often used access control privileges
*/
class Acl
{
public const ACL_PRIVATE = 'private';
public const ACL_PUBLIC_READ = 'public-read';
public const ACL_PUBLIC_READ_WRITE = 'public-read-write';
public const ACL_AUTHENTICATED_READ = 'authenticated-read';
public const ACL_BUCKET_OWNER_READ = 'bucket-owner-read';
public const ACL_BUCKET_OWNER_FULL_CONTROL = 'bucket-owner-full-control';
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Exception | Folder | 0775 |
|
|
| Response | Folder | 0775 |
|
|
| Signature | Folder | 0775 |
|
|
| Acl.php | File | 712 B | 0664 |
|
| Configuration.php | File | 8.13 KB | 0664 |
|
| Connector.php | File | 26.84 KB | 0664 |
|
| Input.php | File | 15.38 KB | 0664 |
|
| Request.php | File | 18.49 KB | 0664 |
|
| Response.php | File | 6.02 KB | 0664 |
|
| Signature.php | File | 2.16 KB | 0664 |
|
| StorageClass.php | File | 2.59 KB | 0664 |
|
| aliasing.php | File | 739 B | 0664 |
|